read_incdir.ys 123 Bytes
Newer Older
1 2 3 4 5 6
read -formal ../top.v
read -incdir ../include_dir
design -reset
read_verilog ../top.v
synth -top top
write_verilog synth.v