Skip to content

What is the Treadle Repl

Chick Markley edited this page Apr 4, 2019 · 2 revisions

TreadleRepl

The TreadleRepl is a character based debug facility for firrtl circuits. It has a host of features that let a user manual peek and poke values, advance the clock and set monitoring in a number of ways.

Launching

The TreadleRepl can be launched from a terminal session by running the ./treadle.sh script. To launch it for a local firrtl file myfile.fir use:

./treadle.sh -frfs myfile.fir

There are many command line options available to see them all, add --help to the command line.

The Repl commands

To get started use the help command to see what the commands are. For a fuller dsecription go to TreadleRepl commands

Clone this wiki locally