aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_ExAdv/select.ys
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-20 12:46:29 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-20 12:46:29 +0100
commit98940260e1a0e5d9d5d305b5fabe0aed89c9f57c (patch)
treeabf03d1daf8ec86ef5e781e7e836b7233fb72d03 /manual/PRESENTATION_ExAdv/select.ys
parent772330608acd9726e406d182a339a314d2f046a2 (diff)
downloadyosys-98940260e1a0e5d9d5d305b5fabe0aed89c9f57c.tar.gz
yosys-98940260e1a0e5d9d5d305b5fabe0aed89c9f57c.tar.bz2
yosys-98940260e1a0e5d9d5d305b5fabe0aed89c9f57c.zip
Progress in presentation
Diffstat (limited to 'manual/PRESENTATION_ExAdv/select.ys')
-rw-r--r--manual/PRESENTATION_ExAdv/select.ys10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/PRESENTATION_ExAdv/select.ys b/manual/PRESENTATION_ExAdv/select.ys
new file mode 100644
index 000000000..9832c104b
--- /dev/null
+++ b/manual/PRESENTATION_ExAdv/select.ys
@@ -0,0 +1,10 @@
+read_verilog select.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 -format pdf -notitle \
+ -color red @cone_ab -color magenta @cone_a \
+ -color blue @cone_b