| Age | Commit message (Collapse) | Author |
|
* Removed stanza implementation/tests.
In the future we can move the stanza tests over, but for now they should
be deleted.
* Added back integration .fir files
* Added Makefile to give Travis hooks
* Added firrtl script (was ignored before)
|
|
mucking up the chirrtl->firrtl transform. #56.
|
|
|
|
|
|
|
|
|
|
write mport declaration
|
|
to be specified with write and rdwr mports
|
|
|
|
Decided to not have Conditionally in low firrtl - instead, Print and
Stop have enables
|
|
|
|
|
|
tests. Made more tests pass
|
|
|
|
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
|
|
|
|
|
|
plugging in other backends. Also updated a lot of tests, but not all of them because its annoying.
|
|
Should show up with check passes
|
|
|
|
|
|
|
|
Conflicts:
TODO
src/main/stanza/passes.stanza
|
|
not propogating to the input widths, for primops
|
|
and alternate were always assumed different, causing a huge blow-up in logic
|
|
|
|
correctly handle it in compiler.
|
|
|
|
missing primops
|
|
|
|
generate flo
|
|
|
|
instructions and renamed concat -> cat, equal -> eq, and added neq and neg
|
|
|
|
|
|
|