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));
|
||||
endmodule
|
||||
EOT
|
||||
read_verilog -lib +/xilinx/cells_sim.v
|
||||
xilinx_dsp
|
||||
|
|
Loading…
Reference in New Issue