mirror of https://github.com/YosysHQ/yosys.git
ecp5: Fix shuffle_enable port
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
7a1538cd36
commit
b424d374db
|
@ -40,7 +40,7 @@ endbram
|
|||
match $__ECP5_PDPW16KD
|
||||
min bits 2048
|
||||
min efficiency 5
|
||||
shuffle_enable B
|
||||
shuffle_enable A
|
||||
make_transp
|
||||
or_next_if_better
|
||||
endmatch
|
||||
|
@ -48,5 +48,5 @@ endmatch
|
|||
match $__ECP5_DP16KD
|
||||
min bits 2048
|
||||
min efficiency 5
|
||||
shuffle_enable B
|
||||
shuffle_enable A
|
||||
endmatch
|
||||
|
|
Loading…
Reference in New Issue