mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
3 lines
195 B
Bash
3 lines
195 B
Bash
../../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" -o macc_uut.v macc.v
|
|
iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../../techlibs/xilinx/cells_sim.v
|
|
vvp -N ./test_macc
|