Skip to content

Commit

Permalink
ci: Don't format generated sources with verible
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 18, 2024
1 parent e770636 commit 996f715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ run-traffic:
- $PYTHON -m venv .venv
- source .venv/bin/activate
- pip install .
- floogen -c floogen/examples/${DUT}_${ROUTE_ALGO}.yml -o generated
- floogen -c floogen/examples/${DUT}_${ROUTE_ALGO}.yml -o generated --no-format
- make compile-sim BENDER_FLAGS="-t ${DUT}"
- make jobs
- make run-sim-batch VSIM_TB_DUT=${tb_floo_${DUT}} | tee vsim.log 2>&1
Expand Down

0 comments on commit 996f715

Please sign in to comment.