diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-07-03 16:21:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 16:21:33 +0200 |
commit | 792cef084a751e32f541332feb4905f8e49e9943 (patch) | |
tree | 1efb9aa93626e242fb95bd8846fbb807e9ba5d1a /icebox | |
parent | cfac9f950412ae139fa3c085c21881cbaf24822f (diff) | |
parent | 1cec1328e0957543dd7179ab84853784e9321ce3 (diff) | |
download | icestorm-792cef084a751e32f541332feb4905f8e49e9943.tar.gz icestorm-792cef084a751e32f541332feb4905f8e49e9943.tar.bz2 icestorm-792cef084a751e32f541332feb4905f8e49e9943.zip |
Merge pull request #224 from daveshah1/nextpnr0299
up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc tr…
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/icebox.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index 335e328..0422f13 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -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") } } |