aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-20 20:44:41 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-20 20:44:41 +0100
commitb0e84802ecf3e224387317245786cd1437773a42 (patch)
treea8baa31ba434bd17f28fcd2ecb966491b0147874 /manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
parent0dadfed46d938282d7651c9a817f33b1d87397c7 (diff)
downloadyosys-b0e84802ecf3e224387317245786cd1437773a42.tar.gz
yosys-b0e84802ecf3e224387317245786cd1437773a42.tar.bz2
yosys-b0e84802ecf3e224387317245786cd1437773a42.zip
Progress in presentation
Diffstat (limited to 'manual/PRESENTATION_ExAdv/macc_xilinx_test.ys')
-rw-r--r--manual/PRESENTATION_ExAdv/macc_xilinx_test.ys17
1 files changed, 17 insertions, 0 deletions
diff --git a/manual/PRESENTATION_ExAdv/macc_xilinx_test.ys b/manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
new file mode 100644
index 000000000..8cbc80b5e
--- /dev/null
+++ b/manual/PRESENTATION_ExAdv/macc_xilinx_test.ys
@@ -0,0 +1,17 @@
+read_verilog macc_xilinx_test.v
+read_verilog -lib -icells macc_xilinx_unwrap_map.v
+hierarchy -check -top test;;
+
+show -prefix macc_xilinx_test_a -format pdf -notitle
+
+techmap -map macc_xilinx_swap_map.v;;
+
+show -prefix macc_xilinx_test_b -format pdf -notitle
+
+techmap -map macc_xilinx_wrap_map.v
+
+connwrappers -unsigned $__mul_wrapper Y Y_WIDTH \
+ -unsigned $__add_wrapper Y Y_WIDTH;;
+
+show -prefix macc_xilinx_test_c -format pdf -notitle
+