| Age | Commit message (Collapse) | Author |
|
|
|
an optimization that eliminated some when statements.
Added test case.
|
|
|
|
|
|
|
|
|
|
invalid <> assignments.
|
|
indexed. Fixed various broken tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tests. Made more tests pass
|
|
|
|
|
|
width error
|
|
|
|
|
|
|
|
generate as-SInt instead of convert, always. Added fast build to Makefile
|
|
|
|
low-firrtl syntax. Generates verilog that compiles, but is not correct
|
|
Added Long support so UInt(LARGENUMBER) works
|
|
debugging.
|
|
smem. Added firrtl-gensym utility to generate a hashmap of names
|
|
instead of using nodes. Added a renaming pass for different backends. This will likely get deprecated, as a more robust name mangling scheme could be needed
|
|
|
|
|
|
strict. Have not tested this
|
|
|
|
reasonable verilog. Requires inlining, future versions will instantiate modules
|
|
flexible, and the output is usually the max of the inputs. Removed all u/s variants, which need to be dealt with in backends where it matters
|
|
plugging in other backends. Also updated a lot of tests, but not all of them because its annoying.
|
|
Should show up with check passes
|
|
|
|
types. Does not compile
|
|
|
|
|
|
|
|
|
|
|
|
isn't duplicated for all the whens
|
|
|
|
simplified earlier, and also now have equal? defined so mMaxWidth doesn't blow up during width inference
|