3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-17 03:15:47 +00:00
yosys/frontends/rtlil
Krystine Sherwin 7302bf9a66
Add CONST_FLAG_UNSIZED
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`.
2025-11-07 17:45:07 +13:00
..
.gitignore Replace "ILANG" with "RTLIL" everywhere. 2020-08-26 17:29:32 +00:00
Makefile.inc Implement a handwritten recursive-descent RTLIL parser with minimal copying 2025-10-01 02:17:22 +00:00
rtlil_frontend.cc Add CONST_FLAG_UNSIZED 2025-11-07 17:45:07 +13:00