Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yrabbit committed May 21, 2024
1 parent e1db1e2 commit df37a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apycula/clock_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def make_lw_aliases(fse, dat: dat19.Datfile, db, quads, clks):
db.aliases.update({(row, col, f'LB{lw + 4}1') : (row, tap_col, f'LBO1')})

if __name__ == "__main__":
if True:
if False:
quads = quadrants()

srcs = {}
Expand Down

0 comments on commit df37a06

Please sign in to comment.