Skip to content

Commit

Permalink
ci: perform synthesis on cv32a6_embedded only (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales committed Apr 9, 2024
1 parent f4ec364 commit 512296b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,7 @@ asic-synthesis:
INPUT_DELAY: "0.46"
OUTPUT_DELAY: "0.11"
PERIOD: "0.85"
parallel:
matrix:
- DV_TARGET:
- "cv32a6_embedded"
- "cv32a65x"
DV_TARGET: "cv32a6_embedded"
script:
- echo $SYNTH_PERIOD
- echo $INPUT_DELAY
Expand Down

0 comments on commit 512296b

Please sign in to comment.