3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-16 10:55:46 +00:00
yosys/frontends/ast
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
..
ast.cc Add CONST_FLAG_UNSIZED 2025-11-07 17:45:07 +13:00
ast.h Make AstNode::input_error use C++ stringf machinery 2025-09-12 06:01:32 +00:00
ast_binding.cc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast_binding.h Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
dpicall.cc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
genrtlil.cc Remove some unnecessary .c_str() calls to the result of unescape_id() 2025-09-16 23:12:14 +00:00
Makefile.inc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
simplify.cc simplify.cc: Fix unsized const in params 2025-11-07 15:52:24 +13:00