Skip to content

Commit

Permalink
fix(tt_um_kevinguan): unskip
Browse files Browse the repository at this point in the history
Try a new module position that will hopefully fix the fom density violations in the Efabless Tapeout job.
  • Loading branch information
urish committed Apr 22, 2024
1 parent e47a127 commit 4f8caad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 14 additions & 1 deletion modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ modules:
height: 2
width: 1
- name: psychogenic_wowa
x: 4
x: 3
y: 10
analog:
0: null
Expand All @@ -55,3 +55,16 @@ modules:
y: 16
height: 2
width: 1
# The following module can cause fom density issues, so we have to carefully place it:
- name: kevinwguan
analog:
0: null
1: null
2: null
3: null
4: null
5: null
height: 2
width: 4
x: 4
y: 10
3 changes: 1 addition & 2 deletions projects/tt_um_kevinwguan/commit_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"commit": "85a58b622ff07f1705e95ab0b0e376a99c2e2e03",
"workflow_url": "https://github.com/kevinwguan/tt06-kevinwguan/actions/runs/8756444254",
"sort_id": 1713484170836,
"analog": true,
"skip": true
"analog": true
}

0 comments on commit 4f8caad

Please sign in to comment.