| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
to be specified with write and rdwr mports
|
|
|
|
|
|
roadblock in assigning clocked ports
|
|
|
|
all feature tests. Deleted CondRead because it tested a problem we don't have any more
|
|
|
|
Decided to not have Conditionally in low firrtl - instead, Print and
Stop have enables
|
|
emitting ports (and the assignments to them)
|
|
|
|
|
|
|
|
Lower Types pass. #53
|
|
|
|
support for -b <backend> flag without any other specified passes in stanza, updated parser tests to work with stanza implementation.
|
|
Updated Scala FIRRTL with Testing and Infer-Types Pass
|
|
sense for some applications, also fixed up printing to better match stanza implementation
|
|
printing to match stanza implementation
|
|
for unknown width. Also added test to check this
|
|
|
|
|
|
Change of FIRRTL semantics!
|
|
Fix init accessor
|
|
Assignments to a register are no longer affected by enclosing when
statements:
when p :
reg r : UInt,clk,reset
r := a
will lower to:
reg r : UInt,clk,reset
r := a
instead of:
reg r : UInt,clk,reset
when p : r := a
|
|
StandardVerilogCompiler
|
|
particular directory structure.
|
|
|
|
|
|
|
|
|
|
|
|
catching of initialization of accessors. Missing use case of accessing an accessor. Still need to update tests to pass
|
|
|
|
enable with muxing the index with poison bits
|
|
|
|
|
|
conditional assignment
|
|
|
|
|
|
now be small examples, categorized by either passes, errors, or features.
|
|
|
|
|
|
|
|
|
|
Updated tests to match. #29.
|
|
|
|
extract, not >>
|