ecp5: Fix shuffle_enable port

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-10-01 14:14:46 +01:00
parent 7a1538cd36
commit b424d374db
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ endbram
match $__ECP5_PDPW16KD match $__ECP5_PDPW16KD
min bits 2048 min bits 2048
min efficiency 5 min efficiency 5
shuffle_enable B shuffle_enable A
make_transp make_transp
or_next_if_better or_next_if_better
endmatch endmatch
@ -48,5 +48,5 @@ endmatch
match $__ECP5_DP16KD match $__ECP5_DP16KD
min bits 2048 min bits 2048
min efficiency 5 min efficiency 5
shuffle_enable B shuffle_enable A
endmatch endmatch