Skip to content

Commit

Permalink
Restore CUPCDN with a different bit pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
aerkiaga committed Dec 21, 2024
1 parent 3c154d0 commit 8c40254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apycula/chipdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ def fse_luts(fse, ttyp):
# CDN
add_alu_mode(mode, bel.modes, lut, "7", "0101000001011111")
# CUPCDN
# The functionality of this seems to be the same with SUB
# add_alu_mode(mode, bel.modes, lut, "8", "1010000001011010")
# We set bits 8 through 11 to make it distinct from SUB
add_alu_mode(mode, bel.modes, lut, "8", "1010111101011010")
# MULT INIT="0111 1000 1000 1000"
#
add_alu_mode(mode, bel.modes, lut, "9", "0111100010001000")
Expand Down

0 comments on commit 8c40254

Please sign in to comment.