mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Merge remote-tracking branch 'origin/master' into xc7dsp
This commit is contained in:
commit
0157043b97
29 changed files with 405 additions and 228 deletions
|
@ -27,7 +27,7 @@ parameter _TECHMAP_CONSTVAL_A_ = 0;
|
|||
parameter _TECHMAP_CONSTMSK_B_ = 0;
|
||||
parameter _TECHMAP_CONSTVAL_B_ = 0;
|
||||
|
||||
function automatic integer gen_lut;
|
||||
function automatic [(1 << `LUT_WIDTH)-1:0] gen_lut;
|
||||
input integer width;
|
||||
input integer operation;
|
||||
input integer swap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue