mirror of https://github.com/YosysHQ/icestorm.git
up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc trimming
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
cfac9f9504
commit
1cec1328e0
|
|
@ -5248,7 +5248,8 @@ dsp_config_db = {
|
|||
"TOPOUTPUT_SELECT_1": (0, 4, "CBIT_3"),
|
||||
"TOPADDSUB_LOWERINPUT_0": (0, 4, "CBIT_4"),
|
||||
"TOPADDSUB_LOWERINPUT_1": (0, 4, "CBIT_5"),
|
||||
"TOPADDSUB_UPPERINPUT": (0, 4, "CBIT_6")
|
||||
"TOPADDSUB_UPPERINPUT": (0, 4, "CBIT_6"),
|
||||
"TOPADDSUB_CARRYSELECT_0": (0, 4, "CBIT_7")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue