yosys/manual/PRESENTATION_ExAdv/macc_xilinx_test.ys

18 lines
452 B
Plaintext
Raw Normal View History

2014-02-20 13:44:41 -06:00
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