- Update instructions for installing firrtl. Chisel PR #597
- Deprecate fromBits and clock/reset constructors Chisel PR #583
- Dropimportnotstrict492 - More updates to get things through rocket-chip. Chisel PR #592
- Remove explicit import of NotStrict - fixes #492 Chisel PR #494
- Remove VecLike/IndexedSeq from Mem type Chisel PR #589
- Fix assignment from 0-entry Vec: add test Chisel PR #580
- Fix macOS install instructions for homebrew package manager Chisel PR #575
- Module Hierarchy Refactor Chisel PR #469
- Fix one hot mux Chisel PR #573
- Change Enum to emit minimum widths of 1 Chisel PR #574
- Add info on reset block lines to ANTLR grammar Firrtl PR #468
- move circuit dumping to trace so debug gives annos only Firrtl PR #524
- "Scope" test resource (top.cpp). Firrtl PR #398
- Speed up CSE by doing CSE on node expression before recording the node Firrtl PR #543
- Check for irrevocable IO in AdvTester sink; warn otherwise Chisel-testers PR #121
- Remove references to obsolete Mem fields. Chisel-testers PR #140
- Update import in order to get the correct Module definition. Chisel-testers PR #139
- Some small enhancements to the firrtl-repl
peek
andrpeek
Firrtl-interpreter PR #79. These now only evaluate the portion of the graph specifically necessary to resolve the peeked value. If you want to evalute the whole circuit, usestep
orrpeek .*
. This makes it much easier to use verbose to see the computations being done to figure out the peek. Added arguments toshow
:show state
- shows the state of the circuit, this is the default,show input
- the original input supplied,show lofirrtl
- shows the lowered input