Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nfc] Add ability to test code snippets
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]>
- Loading branch information