Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.56 KB

release-notes-17-05-03.md

File metadata and controls

38 lines (30 loc) · 2.56 KB

Release Notes 05/03/17

Chisel3

Firrtl

Chisel-testers

Interpreter

  • Some small enhancements to the firrtl-repl peek and rpeek 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, use step or rpeek .*. This makes it much easier to use verbose to see the computations being done to figure out the peek. Added arguments to show:
    • show state - shows the state of the circuit, this is the default,
    • show input - the original input supplied,
    • show lofirrtl - shows the lowered input