Merge remote-tracking branch 'origin' into dev

This commit is contained in:
David Biancolin
2019-10-12 05:36:06 +00:00
3 changed files with 4 additions and 6 deletions

View File

@@ -8,6 +8,4 @@ Without going into too much detail, FIRRTL is consumed by a FIRRTL compiler (ano
An example of a FIRRTL pass (transformation) is one that optimizes out unused signals.
Once the transformations are done, a Verilog file is emitted and the build process is done.
For more information on please visit their `website <https://freechipsproject.github.io/firrtl/>`__.
For more information on please visit their `website <https://chisel-lang.org/firrtl/>`__.