mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
proc instead of prep
This commit is contained in:
parent
580faae8ad
commit
3a8582081e
|
@ -54,7 +54,7 @@ module peepopt_dffmuxext_unsigned(input clk, ce, input [1:0] i, output reg [3:0]
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
prep -nokeepdc
|
proc
|
||||||
equiv_opt -assert peepopt
|
equiv_opt -assert peepopt
|
||||||
design -load postopt
|
design -load postopt
|
||||||
clean
|
clean
|
||||||
|
@ -71,7 +71,7 @@ module peepopt_dffmuxext_signed(input clk, ce, input signed [1:0] i, output reg
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
prep -nokeepdc
|
proc
|
||||||
equiv_opt -assert peepopt
|
equiv_opt -assert peepopt
|
||||||
design -load postopt
|
design -load postopt
|
||||||
clean
|
clean
|
||||||
|
|
Loading…
Reference in a new issue