mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-10 08:02:02 +00:00
In order to support unsized constants being used as parameters, the `const` struct needs to know if it is unsized (so that the parameter can be used to set the size). Add unsized flag to param value serialization and rtlil back-/front-end. Add cell params to `tests/rtlil/everything.v`. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| bug5424.ys | ||
| everything.v | ||
| roundtrip-design.sh | ||
| roundtrip-text.sh | ||
| run-test.sh | ||