mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
opt_clean was removing the unused bits annotation
This commit is contained in:
parent
ab338b33cb
commit
bca65ceff7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue