| Age | Commit message (Collapse) | Author |
|
need to parse queue module text in midas/Utils.scala, need to create (src, dst) -> Module mapping in midas/Fame.scala
|
|
|
|
|
|
there yet. Will allow simple bulk connecting at top-level
|
|
|
|
|
|
updated Makefile to play nicer when firrtl is a submodule, fixed bug in Translator for single line scopes, fixed firrtl-scala script to point to firrtl.Driver instead of old firrtl.Test
|
|
|
|
support for -b <backend> flag without any other specified passes in stanza, updated parser tests to work with stanza implementation.
|
|
backend can be applied. Added firrtl compiler for emitting firrtl
|
|
Conflicts:
Makefile
|
|
|
|
Updated Scala FIRRTL with Testing and Infer-Types Pass
|
|
convert object <=> string, added eqv and neqv
|
|
modified Logger slightly, added Primops object for utility functions, minor changes in Utils
|
|
sense for some applications, also fixed up printing to better match stanza implementation
|
|
|
|
printing to match stanza implementation
|
|
|
|
of printVars still missing. Added Logger class for debug printing
|
|
|
|
for unknown width. Also added test to check this
|
|
|
|
This way I don't have to type "make install-linux" whenever a new
Stanza zip drops.
|
|
|
|
|
|
|
|
|
|
Changed DefMemory to be a non-vector type with a size member
|
|
Conflicts:
README.md
|
|
|
|
|
|
Add Scala implementation to firrtl repo
|
|
|
|
AST -> String). Uses ANTLRv4 to generate concrete syntax parser
|
|
Change of FIRRTL semantics!
|
|
Fix init accessor
|
|
ASIC backend.
|
|
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
|
|
Make Link.fir reference relative path
|
|
|
|
particular directory structure.
|
|
|
|
|
|
|
|
|
|
|
|
catching of initialization of accessors. Missing use case of accessing an accessor. Still need to update tests to pass
|
|
|