Commit 03487ce0 by Miodrag Milanovic

Proper update due to change of command

parent 8d74c6ec
read_verilog ../top.v
read -sv ../top.v
hierarchy -top mcve1
synth
write_verilog result.log
read_verilog ../top.v
read -formal ../top.v
hierarchy -top top
tee -a result.log synth
#write_verilog rtl_yosys.v
read_verilog ../top.v
read -formal ../top.v
hierarchy -top top
synth
write_verilog -noattr result.log
read_verilog ../top.v
read -formal ../top.v
hierarchy -top top
synth
write_verilog -noattr result.log
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