Commit 8d74c6ec by Miodrag Milanovic

Fixes due to change of read command

parent 2204ac2d
read -sv ../top.v
read_verilog ../top.v
synth
write_verilog result.log
read -formal ../top.v
read_verilog ../top.v
tee -a result.log synth
#write_verilog rtl_yosys.v
read -formal ../top.v
read_verilog ../top.v
synth
write_verilog -noattr result.log
read -formal ../top.v
read_verilog ../top.v
synth
write_verilog -noattr result.log
read -formal ../top.v
read_verilog ../top.v
proc
fmcombine top u_mid1 u_mid8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment