mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #224 from daveshah1/nextpnr0299
up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc tr…
This commit is contained in:
commit
792cef084a
|
|
@ -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