| 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)
|
|
|
|
|
|
head,tail,asClock.
|
|
|
|
|
|
|
|
|
|
|
|
roadblock in assigning clocked ports
|
|
Decided to not have Conditionally in low firrtl - instead, Print and
Stop have enables
|
|
|
|
|
|
|
|
ASIC backend.
|
|
Constants in parser, and correctly subtract 1 (except when 0) when calculating width from num-bits of BigInt
|
|
|
|
|
|
|
|
invalid <> assignments.
|
|
indexed. Fixed various broken tests.
|
|
|
|
|
|
Had to separate initialization check pass
Need to write dead code elimination pass
Added LongWidth to support dshl that are huge
|
|
|
|
tests. Made more tests pass
|
|
|
|
|
|
|
|
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
|
|
|
|
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
|
|
Should show up with check passes
|
|
types. Does not compile
|
|
|
|
|
|
|
|
correctly handle it in compiler.
|
|
missing primops
|
|
instructions and renamed concat -> cat, equal -> eq, and added neq and neg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WRegInit and removing Null and initialize-register pass
|