yosys/tests/arch/xilinx/macc.sh

4 lines
195 B
Bash
Raw Normal View History

2019-10-18 04:18:53 -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
2019-09-19 20:08:16 -05:00
vvp -N ./test_macc