mirror of https://github.com/YosysHQ/yosys.git
fix yosys path
This commit is contained in:
parent
56f9482675
commit
ab98f2dccf
|
@ -1,3 +1,3 @@
|
||||||
../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" macc.v -o macc_uut.v
|
../../../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
|
iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../../techlibs/xilinx/cells_sim.v
|
||||||
vvp -N ./test_macc
|
vvp -N ./test_macc
|
||||||
|
|
Loading…
Reference in New Issue