3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

test: ice40_dsp test to read +/ice40/cells_sim.v for default params

This commit is contained in:
Eddie Hung 2020-04-22 16:35:35 -07:00
parent d2d90e4504
commit db09e96dff

View file

@ -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