yosys/tests/arch/xilinx/macc.sh

4 lines
189 B
Bash
Raw Normal View History

2019-09-19 20:08:16 -05:00
../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" macc.v -o macc_uut.v
iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../techlibs/xilinx/cells_sim.v
vvp -N ./test_macc