Skip to content

Commit 90b8df2

Browse files
rossmotleylanserge
authored andcommitted
Send design to ChipFlow app (#28)
* Send design to ChipFlow API * Updated sys_clk pad to be clock input --------- Co-authored-by: Serge Rabyking <[email protected]>
1 parent 0d17d54 commit 90b8df2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ jobs:
8787
PATH=${GITHUB_WORKSPACE}/.verilator/bin:$PATH make verif-run-pyuvm
8888
8989
submit:
90-
needs: test
91-
if: ${{ false }}
90+
needs: [test, pyuvm]
9291
runs-on: ubuntu-22.04
9392
steps:
9493
- name: Check out source code

chipflow.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# TODO: update with new padring and GF130
1+
[chipflow]
2+
project_id = 10
23

34
[chipflow.steps]
45
sim = "my_design.steps.sim:MySimStep"
@@ -141,7 +142,7 @@ sc_jtag_trst = { type = "i", loc = "111" }
141142
# x1 reserved
142143

143144
# System
144-
sys_clk = { type = "i", loc = "114" }
145+
sys_clk = { type = "clk", loc = "114" }
145146
sys_rst_n = { type = "i", loc = "115" }
146147
test_clk = { type = "i", loc = "116" }
147148
test_mode = { type = "i", loc = "117" }

0 commit comments

Comments
 (0)