mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 00:26:40 +00:00
opt_clean was removing the unused bits annotation
This commit is contained in:
parent
ab338b33cb
commit
bca65ceff7
|
@ -45,7 +45,7 @@ module top(
|
|||
endmodule
|
||||
EOF
|
||||
|
||||
opt_clean
|
||||
opt_clean -unusedbitsattr
|
||||
wreduce
|
||||
wrapcell -setattr foo -formatattr bar w{Y_WIDTH} -name OR_{A_WIDTH}_{B_WIDTH}_{Y_WIDTH}{%unused}
|
||||
check -assert
|
||||
|
|
Loading…
Reference in a new issue