1
0
mirror of synced 2026-04-30 21:50:07 +00:00
Files
YosysHQ.yosys/tests/arch/xilinx/macc.sh
Miodrag Milanovic ab98f2dccf fix yosys path
2019-10-18 11:18:53 +02:00

4 lines
195 B
Bash

../../../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