3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-04 09:07:42 +00:00

Progress in presentation

This commit is contained in:
Clifford Wolf 2014-02-20 20:44:41 +01:00
parent 0dadfed46d
commit b0e84802ec
5 changed files with 207 additions and 0 deletions

View file

@ -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