File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ ## 0.3.10: Fond Memories
3+ - Fix ICE on partial arrays assigns (#184 )
4+ - Fix incorrect negative integer literals (#186 )
5+ - Fix Memory blocks & FIFOs not synthesizing to BRAMs for non-bitstrings (such as ` RAM#(T: type float[3]) ` ) (#187 )
6+ - Fix hover info on Parameters not displaying their values.
7+
8+ ### Standard Library
9+ - Add pipeline stage on ` FIFO.may_push ` & ` FWFT.may_push `
10+
211## 0.3.9: Code Completions Galore!
312- Add one pipeline stage to the ` FIFO ` to discourage using it as a FWFT
413- Add code completions for module ports & global parameters
Original file line number Diff line number Diff line change 11[package ]
22name = " sus_compiler"
33description = " Compiler for the SUS Hardware Design Language"
4- version = " 0.3.10-dev "
4+ version = " 0.3.10"
55authors = [" Lennart Van Hirtum <lennart.vanhirtum@gmail.com>" ]
66license = " GPL-3.0-or-later"
77repository = " https://github.com/pc2/sus-compiler"
@@ -41,9 +41,9 @@ same-file = "1.0.6"
4141
4242# Tree sitter
4343tree-sitter = " 0.26.6"
44- tree-sitter-sus = {version = " ~0.3.10-dev " , path = " ./tree-sitter-sus" }
44+ tree-sitter-sus = {version = " ~0.3.10" , path = " ./tree-sitter-sus" }
4545
46- sus-proc-macro = {version = " ~0.3.10-dev " , path = " ./sus-proc-macro" }
46+ sus-proc-macro = {version = " ~0.3.10" , path = " ./sus-proc-macro" }
4747
4848# calyx-ir = {version = "0.6.1", optional = true}
4949# calyx-opt = {version = "0.6.1", optional = true}
Original file line number Diff line number Diff line change 11[package ]
22name = " sus-proc-macro"
33description = " Proc-macros for use in the sus-compiler"
4- version = " 0.3.10-dev "
4+ version = " 0.3.10"
55authors = [" Lennart Van Hirtum <lennart.vanhirtum@gmail.com>" ]
66license = " GPL-3.0-or-later"
77repository = " https://github.com/pc2/sus-compiler"
@@ -15,7 +15,7 @@ edition = "2024"
1515
1616# Tree sitter
1717tree-sitter = " 0.26.6"
18- tree-sitter-sus = {version = " ~0.3.10-dev " , path = " ../tree-sitter-sus" }
18+ tree-sitter-sus = {version = " ~0.3.10" , path = " ../tree-sitter-sus" }
1919regex = " 1.11.1"
2020
2121# proc_macro utils
Original file line number Diff line number Diff line change 22name = " tree-sitter-sus"
33authors = [" Lennart Van Hirtum <lennart.vanhirtum@gmail.com>" ]
44description = " sus grammar for the tree-sitter parsing library"
5- version = " 0.3.10-dev "
5+ version = " 0.3.10"
66keywords = [" incremental" , " parsing" , " sus" ]
77categories = [" parsing" , " text-editors" ]
88repository = " https://github.com/pc2/sus-compiler"
You can’t perform that action at this time.
0 commit comments