Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@fischeti fischeti released this 09 Apr 09:26
· 1 commit to main since this release
6ac1873

Added

FlooGen

  • New query feature in FlooGen to be able to query the objects of the internal representation of the networks. For instance, the following command returns the number of endpoints defined in a 2D array instantiation: floogen -c config.yml --query "endpoints.some_ep.num" (#119)
  • New CLI flags --verible-fmt-bin and --verible-fmt-args to define specific verible binary and additional arguments. (#120)

Changed

FlooGen

  • The error of not finding a verible-verilog-format binary in the PATH has been downgraded to a warning, which can be disabled entirely with the --no-format flag. (#120)