You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
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