| Age | Commit message (Collapse) | Author |
|
for the Parser. Added custom Parser exceptions for better error reporting and checking. Fixed bug in grammar not allowing most keywords as Ids
|
|
|
|
|
|
|
|
|
|
|
|
accordingly
|
|
|
|
structures Compiler and Emitter, deprecate old Passes object, update Driver to use new constructs
|
|
not printing newline before ports
|
|
|
|
|
|
|
|
|
|
|
|
Scala FIRRTL emission match Stanza FIRRTL for bundles and regs
|
|
|
|
preprocessing step. Also added with as scoping keyword
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(notably stop, printf, mux, validif, ubits, sbits, readers, writers, and readwriters are incomplete)
|
|
|
|
|
|
flying around everywhere
|
|
|
|
|
|
|
|
|
|
map.
Also rewrite main so stanza and scala passes can be intermixed.
|
|
|
|
|
|
ready, has some weird issues when they're not, but also kind of works in that the hardware verifier still reports the right answer, it seems to go to half duty cycle and then do every token twice
|
|
IO between the sim modules.
|
|
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
|
|
|
|
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
|