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
This demonstrates a flow that can be used to validate that all code
snippets used in the FIRRTL specification can be compiled. This is
implemented using a simple pandoc filter to extract all FIRRTL code
blocks, write them to the build directory, and then run them all through
firtool. This may be a little cumbersome as every code example has to be
completely legal FIRRTL. I.e., this would require a version and circuit
on every code example. This may not be such a bad thing.
Signed-off-by: Schuyler Eldridge <[email protected]>
0 commit comments