summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_ExAdv/select_01.ys
blob: a7fe27288793c9771d7d6d26d3f8d36adf958b54 (plain)
1
2
3
4
5
6
7
8
9
10
read_verilog select_01.v
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
show -prefix select_01 -format pdf -notitle \
     -color red @cone_ab -color magenta @cone_a \
     -color blue @cone_b