yosys/manual/PRESENTATION_ExAdv/select.ys

11 lines
300 B
Plaintext
Raw Normal View History

2014-02-20 05:46:29 -06:00
read_verilog select.v
2014-02-06 07:01:43 -06:00
hierarchy -check -top test
proc; opt
cd test
select -set cone_a state_a %ci*:-$dff
select -set cone_b state_b %ci*:-$dff
select -set cone_ab @cone_a @cone_b %i
2014-02-20 05:46:29 -06:00
show -prefix select -format pdf -notitle \
2014-02-06 07:01:43 -06:00
-color red @cone_ab -color magenta @cone_a \
-color blue @cone_b