mirror of https://github.com/YosysHQ/nextpnr.git
ice40: u4k merge fix
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
7a5699891a
commit
e87fb69665
|
|
@ -959,6 +959,8 @@ def add_bel_ec(ec):
|
|||
last_dsp_y = 0 # dummy, but the wire is needed
|
||||
elif y == 10:
|
||||
last_dsp_y = 5
|
||||
elif y == 13:
|
||||
last_dsp_y = 5
|
||||
elif y == 15:
|
||||
last_dsp_y = 10
|
||||
elif y == 23:
|
||||
|
|
|
|||
Loading…
Reference in New Issue