Skip to content

Commit 4eea8d6

Browse files
committed
ci: adjust artistic to new floorplan
1 parent 0dfc200 commit 4eea8d6

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/config/croc_ci.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
},
55
"gds" : {
66
"file" : "/fosic/designs/croc/artistic/meerkat_work/croc_chip.gds.gz",
7-
"x_offset_um" : -80,
8-
"y_offset_um" : -80,
9-
"width_um" : 1920,
10-
"height_um" : 1920
7+
"x_offset_um" : 0,
8+
"y_offset_um" : 0,
9+
"width_um" : 1930,
10+
"height_um" : 1930
1111
},
1212
"image": {
13-
"px_width" : 1920,
14-
"px_height" : 1920,
13+
"px_width" : 1930,
14+
"px_height" : 1930,
1515
"overrender_factor" : 4,
1616
"num_segs_width" : 1,
1717
"num_segs_height" : 1

.github/config/croc_map_ci.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
},
55
"gds" : {
66
"file" : "/fosic/designs/croc/artistic/meerkat_work/croc_chip.gds.gz",
7-
"x_offset_um" : -144,
8-
"y_offset_um" : -144,
9-
"width_um" : 2048,
10-
"height_um" : 2048
7+
"x_offset_um" : 0,
8+
"y_offset_um" : 0,
9+
"width_um" : 1930,
10+
"height_um" : 1930
1111
},
1212
"image": {
13-
"px_width" : 20480,
14-
"px_height" : 20480,
13+
"px_width" : 19300,
14+
"px_height" : 19300,
1515
"overrender_factor" : 1,
1616
"num_segs_width" : 5,
1717
"num_segs_height" : 5

.github/workflows/artistic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Generate logo GDS
103103
uses: ./.github/actions/oseda-cmd
104104
with:
105-
cmd: "cd artistic; python3 scripts/meerkat.py -m '112,112,178,178' -i meerkat_work/logo_mono.png -g meerkat_work/croc_tm.gds -l 134 -n croc -s meerkat_work/croc_logo.svg -o meerkat_work/croc_logo.gds"
105+
cmd: "cd artistic; python3 scripts/meerkat.py -m '145,145,145,145' -i meerkat_work/logo_mono.png -g meerkat_work/croc_tm.gds -l 134 -n croc -s meerkat_work/croc_logo.svg -o meerkat_work/croc_logo.gds"
106106
- name: Upload logo GDS
107107
uses: actions/upload-artifact@v4
108108
with:

0 commit comments

Comments
 (0)