Skip to content

Commit

Permalink
add 65x synthesis job
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanRochCoulon committed Jan 31, 2024
1 parent 28e4681 commit 3fbe20a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ asic-synthesis:
INPUT_DELAY: "0.46"
OUTPUT_DELAY: "0.11"
PERIOD: "0.85"
parallel:
matrix:
- DV_TARGET:
- "cv32a6_embedded"
- "cv32a65x"
script:
- echo $SYNTH_PERIOD
- echo $INPUT_DELAY
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci/expected_synth.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cv32a6_embedded:
gates: 110519
cv32a65x:
gates: 110519

0 comments on commit 3fbe20a

Please sign in to comment.