mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
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));
|
SB_MAC16 m3 (.A(a), .B(b), .O(o5));
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
|
read_verilog -lib +/ice40/cells_sim.v
|
||||||
ice40_dsp
|
ice40_dsp
|
||||||
|
|
Loading…
Reference in a new issue