mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +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
|
endmodule
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
opt_clean
|
opt_clean -unusedbitsattr
|
||||||
wreduce
|
wreduce
|
||||||
wrapcell -setattr foo -formatattr bar w{Y_WIDTH} -name OR_{A_WIDTH}_{B_WIDTH}_{Y_WIDTH}{%unused}
|
wrapcell -setattr foo -formatattr bar w{Y_WIDTH} -name OR_{A_WIDTH}_{B_WIDTH}_{Y_WIDTH}{%unused}
|
||||||
check -assert
|
check -assert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue