summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_ExAdv/macc_simple_test.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/macc_simple_test.ys
parent772330608acd9726e406d182a339a314d2f046a2 (diff)
Progress in presentation
Diffstat (limited to 'manual/PRESENTATION_ExAdv/macc_simple_test.ys')
-rw-r--r--manual/PRESENTATION_ExAdv/macc_simple_test.ys36
1 files changed, 36 insertions, 0 deletions
diff --git a/manual/PRESENTATION_ExAdv/macc_simple_test.ys b/manual/PRESENTATION_ExAdv/macc_simple_test.ys
new file mode 100644
index 00000000..d5b01237
--- /dev/null
+++ b/manual/PRESENTATION_ExAdv/macc_simple_test.ys
@@ -0,0 +1,36 @@
+read_verilog macc_simple_test.v
+hierarchy -check -top test;;
+
+show -prefix macc_simple_test_00a -format pdf -notitle -lib macc_simple_xmap.v
+
+extract -constports -map macc_simple_xmap.v;;
+show -prefix macc_simple_test_00b -format pdf -notitle -lib macc_simple_xmap.v
+
+#################################################
+
+read_verilog macc_simple_test_01.v
+hierarchy -check -top test;;
+
+show -prefix macc_simple_test_01a -format pdf -notitle -lib macc_simple_xmap.v
+
+extract -map macc_simple_xmap.v;;
+show -prefix macc_simple_test_01b -format pdf -notitle -lib macc_simple_xmap.v
+
+#################################################
+
+design -reset
+read_verilog macc_simple_test_02.v
+hierarchy -check -top test;;
+
+show -prefix macc_simple_test_02a -format pdf -notitle -lib macc_simple_xmap.v
+
+extract -map macc_simple_xmap.v;;
+show -prefix macc_simple_test_02b -format pdf -notitle -lib macc_simple_xmap.v
+
+#################################################
+
+design -reset
+read_verilog macc_simple_xmap.v
+hierarchy -check -top macc_16_16_32;;
+
+show -prefix macc_simple_xmap -format pdf -notitle