Skip to content

Commit

Permalink
Fix for global routing on XO3D
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed May 8, 2023
1 parent 73bb016 commit 8f66180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/machxo3d/022-glb-cib_ebr/4300/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def mk_nets(tilepos, glb_ids):

# Up/Down conns
ud_nets.extend(net_product(
net_product(["R4C{}_VPTX0{{}}00", "R15C{}_VPTX0{{}}00"], [tilepos[1]]),
net_product(["R6C{}_VPTX0{{}}00", "R16C{}_VPTX0{{}}00"], [tilepos[1]]),
glb_ids))

# Phantom DCCs- First fill in "T"/"B", and then global id
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/machxo3d/022-glb-cib_ebr/9400/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def mk_nets(tilepos, glb_ids):

# Up/Down conns
ud_nets.extend(net_product(
net_product(["R13C{}_VPTX0{{}}00", "R17C{}_VPTX0{{}}00"], [tilepos[1]]),
net_product(["R5C{}_VPTX0{{}}00", "R12C{}_VPTX0{{}}00", "R19C{}_VPTX0{{}}00", "R26C{}_VPTX0{{}}00"], [tilepos[1]]),
glb_ids))

# Phantom DCCs- First fill in "T"/"B", and then global id
Expand Down

0 comments on commit 8f66180

Please sign in to comment.