mirror of https://github.com/YosysHQ/yosys.git
tests: read +/xilinx/cell_sim.v before xilinx_dsp test
This commit is contained in:
parent
592baebd22
commit
988d47af85
|
@ -8,4 +8,5 @@ assign o4 = a * b;
|
||||||
DSP48E1 m3 (.A(a), .B(b), .P(o5));
|
DSP48E1 m3 (.A(a), .B(b), .P(o5));
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
read_verilog -lib +/xilinx/cells_sim.v
|
||||||
xilinx_dsp
|
xilinx_dsp
|
||||||
|
|
Loading…
Reference in New Issue