mirror of https://github.com/YosysHQ/yosys.git
test: ice40_dsp test to read +/ice40/cells_sim.v for default params
This commit is contained in:
parent
d2d90e4504
commit
db09e96dff
|
@ -8,4 +8,5 @@ assign o4 = a * b;
|
|||
SB_MAC16 m3 (.A(a), .B(b), .O(o5));
|
||||
endmodule
|
||||
EOT
|
||||
read_verilog -lib +/ice40/cells_sim.v
|
||||
ice40_dsp
|
||||
|
|
Loading…
Reference in New Issue