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 commit was created on GitHub.com and signed with GitHub’s verified signature.
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)