Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yrabbit committed Nov 27, 2023
1 parent 6a2469a commit 988d58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chipdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# but only for the main branch
push:
branches:
- master
- test-ci
tags:
- '*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion apycula/clock_fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def make_lw_aliases(fse, dat, 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 988d58a

Please sign in to comment.