Skip to content

Commit

Permalink
change inner AS size for disks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Jun 3, 2024
1 parent 2203081 commit 69cc091
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions TrackletGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ def populate_bitwidths(mem,hls_dir): # FIXME this information should be parsed f
elif mem.mtype == "AllStubs" or mem.mtype == "InputLink":
mem.bitwidth = 36
elif mem.mtype == "AllInnerStubs":
if disk>-1:
mem.bitwidth = 52
else:
mem.bitwidth = 51
mem.bitwidth = 51
elif mem.mtype == "DTCLink":
mem.bitwidth = 39
elif mem.mtype == "StubPairs":
Expand Down

0 comments on commit 69cc091

Please sign in to comment.