What's Changed
- Static Systolic Array by @calebmkim in #1740
- Add width parameter to
pipelined_mult
primitive by @matth2k in #1748 - Automate SystemVerilog to BTOR conversion for Calyx Primitives by @NgaiJustin in #1757
- Share cells in more situations by @bcarlet in #1753
- Promotion Heurisitcs (subsumes #1750) by @calebmkim in #1758
- Systolic Generation Optimization by @calebmkim in #1760
fifo
: better testing by @anshumanmohan in #1762- Schedule Compaction Minimizes Par Threads by @calebmkim in #1774
- Static interface by @paili0628 in #1759
fud
stages for HLS place and route by @bcarlet in #1773- Cider-dap changes by @eliascxstro in #1768
- Converted extension.js to typescript by @kadenlei in #1772
- [Cider 2.0] random grab bag of stuff by @EclecticGriffin in #1778
pifo
: better testing by @anshumanmohan in #1763- PIFO trees: better testing by @anshumanmohan in #1765
- Queues: collect magic numbers, pass 100 commands by @anshumanmohan in #1771
- Queues: option for no errors by @anshumanmohan in #1779
- PIFO Trees: Telemetry by @anshumanmohan in #1736
- PIFO trees for Piezo: no
peek
s in command list by @anshumanmohan in #1781 - Add Priya, Anshuman to list of contributors by @anshumanmohan in #1782
- Bug Fix by @calebmkim in #1784
- Piezo, PIFOTree: static option! by @anshumanmohan in #1783
- SDN: remove unnecessary
par
by @anshumanmohan in #1786 - Piezo PIFO trees: More thoughtful data gen by @anshumanmohan in #1787
- Piezo, PIFO tree: new
.data
and.expect
files by @anshumanmohan in #1788 - Fix some typos and rephrase some
axi-gen.md
documentation by @nathanielnrn in #1789 - Piezo, PIFO tree: 10000 pushes and pops by @anshumanmohan in #1790
- Simplify logic on static designs by @calebmkim in #1775
- Queues: more
if then else
by @anshumanmohan in #1791 - Add back the vscode settings by @EclecticGriffin in #1799
- Fix pretty-printing for static invokes (#1795) by @sampsyo in #1800
- Cider changes by @eliascxstro in #1798
- Implemented Single session by @kadenlei in #1797
- Cider debugger logging by @kadenlei in #1802
- Use runt version 0.4.0 by @rachitnigam in #1804
- [Docker] bump rust version number by @EclecticGriffin in #1812
- Initial code and tests for Calyx-to-FIRRTL backend by @ayakayorihiro in #1806
- SDN correctness by @anshumanmohan in #1796
- Queues: unified, nicer runner method by @anshumanmohan in #1816
- [Calyx-FIRRTL backend] Guards and non-primitive Cells by @ayakayorihiro in #1817
- Better parsing and help for pass options by @rachitnigam in #1819
- Add that in guards ports can be literals to docs by @nathanielnrn in #1821
- Add Ayaka to list of contributors by @ayakayorihiro in #1822
- Rename cucapra/calyx to calyxir/calyx by @rachitnigam in #1823
- Build docker image if dockerfile changes by @rachitnigam in #1824
- Register options for
cell-share
by @rachitnigam in #1826 - Update SA docs and command-line opts by @rachitnigam in #1829
- Make stability check a warning by @rachitnigam in #1830
- Remove
tdst
by @rachitnigam in #1831 - Promote if branches that don't have else stmts by @calebmkim in #1792
- [Calyx-FIRRTL backend] Primitive Cells by @ayakayorihiro in #1835
- [Calyx-FIRRTL] Primitive cell bug fix by @ayakayorihiro in #1838
- Working Calyx Implementation of AXI Read channels by @nathanielnrn in #1820
- [Calyx-Firrtl] Fix undefined values bug by initializing to zero by @ayakayorihiro in #1841
- Promote AXI-Read implementation to a complete AXI wrapper by @nathanielnrn in #1842
- Compaction Accounts for Continuous Assignments by @calebmkim in #1847
- Document Calyx RTL interface requirements by @nathanielnrn in #1843
- Fix read channel read_data_reg write_en by @nathanielnrn in #1851
- Simplify Calyx AXI wrapper --
xVALID
signals and reginvokes
by @nathanielnrn in #1846 - Add parens around guard exprs by @rachitnigam in #1858
- Add support for using python builder
invoke
with integer literals by @nathanielnrn in #1849 - Decouple AXI
base_addr
and calyx memories'curr_addr
in hardcoded AXI implementation by @nathanielnrn in #1854 - Add parentheses around
==
and!=
in builder by @nathanielnrn in #1859 - [Docs] tiny addition about github practices by @EclecticGriffin in #1840
- Backend for listing instantiations of primitives by @ayakayorihiro in #1860
- Add
calyx-py
AXI generator address channels by @nathanielnrn in #1855 - Add
calyx-py
AXI generator read channel by @nathanielnrn in #1856 - Add
calyx-py
AXI generator write channel by @nathanielnrn in #1861 - [Cider 2.0] Partial checkpoint by @EclecticGriffin in #1868
- [Cider-dap] Fix cider extension by @EclecticGriffin in #1869
- Dont panic if insufficient parameters provided by @rachitnigam in #1876
- Clean up AXI generator channels by @nathanielnrn in #1867
- Initial fud2 import by @sampsyo in #1877
- Add logging to fud2 by @rachitnigam in #1881
- [fud2] Add subcommand to edit configuration by @rachitnigam in #1882
- [Calyx-FIRRTL] Support for template FIRRTL primitives by @ayakayorihiro in #1864
- Small tweaks to fud2 by @sampsyo in #1879
- Separate Inference and Promotion into Separate Passes by @calebmkim in #1871
- Reorder Compaction by @calebmkim in #1884
- Docs: static keyword by @anshumanmohan in #1872
- Docs: multicomponent tutorial fud command fix by @eys29 in #1891
- Reorganize
fud2
directory by @rachitnigam in #1883 - Deploy docs on
main
by @rachitnigam in #1892 - Update
fud2
docs withedit-config
command by @rachitnigam in #1893 - Fix tiny typo for fud2 doc by @ayakayorihiro in #1895
- Move
numeric_types.py
fromfud/verilator
tocalyx-py
(another attempt at #1715 ) by @calebmkim in #1719 - Remove versions/ folder by @rachitnigam in #1900
- Reorganize memories in primitives by @rachitnigam in #1901
- [Calyx-FIRRTL] Debugged FIRRTL implementations of primitives by @ayakayorihiro in #1907
- Deprecate
@static
by @calebmkim in #1897 - Remove
@static
from docs by @calebmkim in #1911 - [Cider 2.0] Basic Simulation flow by @EclecticGriffin in #1912
- std-bit-slice implementation by @anthonyabeo in #1906
- Add names to fields in
ir::Canonical
by @rachitnigam in #1920 - Redesign
ReadWriteSet
by @rachitnigam in #1921 - Merge Compaction and Promotion by @calebmkim in #1914
- bump rust versions to stable by @sgpthomas in #1925
- Add component attributes to builder by @nathanielnrn in #1927
- Single Port Memories by @andrewb1999 in #1610
- README.md: Fix CIRCT link by @choongng in #1936
- Add stallable primitives by @andrewb1999 in #1935
- fud2: Embed resources in executable, in release mode by @sampsyo in #1910
- Complete AXI wrapper generator by @nathanielnrn in #1934
- [fud2] Add
list
subcommand by @sampsyo in #1937 - Mono-repoize Calyx LSP + Tree-sitter by @sgpthomas in #1922
- Fix
build.rs
script by @rachitnigam in #1942 - Release 0.7.0 by @rachitnigam in #1939
New Contributors
- @matth2k made their first contribution in #1748
- @NgaiJustin made their first contribution in #1757
- @eliascxstro made their first contribution in #1768
- @kadenlei made their first contribution in #1772
- @ayakayorihiro made their first contribution in #1806
- @eys29 made their first contribution in #1891
- @choongng made their first contribution in #1936
Full Changelog: v0.6.1...v0.7.1