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

Rework ice40_dsp to map to SB_MAC16 earlier, and check before packing

This commit is contained in:
Eddie Hung 2019-08-08 12:56:05 -07:00
parent 162eab6b74
commit 2c0be7aa5d
6 changed files with 119 additions and 40 deletions

View file

@ -44,7 +44,7 @@ code clock
endcode
// Extract the bits of P that actually have a consumer
// (as opposed to being a sign extension)
// (as opposed to being a dummy)
code sigPused
SigSpec P = port(dsp, \P);
int i;