yosys/tests/arch/xilinx/macc.sh

4 lines
195 B
Bash
Raw Normal View History

../../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" -o macc_uut.v macc.v
2019-10-18 11:18:53 +02:00
iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../../techlibs/xilinx/cells_sim.v
2019-09-20 03:08:16 +02:00
vvp -N ./test_macc