Skip to content

Commit fa546ef

Browse files
committed
Add SG lint to CI jobs
1 parent f9a718d commit fa546ef

2 files changed

Lines changed: 721 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,16 @@ slang:
6666
stage: lint
6767
script:
6868
- make cp-slang-all
69-
- (! grep -n "error:" lint/elab.log)
69+
- (! grep -n "error:" util/lint/slang/elab.log)
7070

71+
spyglass:
72+
extends: .base
73+
stage: lint
74+
script:
75+
- make cp-sg-lint
76+
- (! grep -n "Fatal" util/lint/spyglass/sg_projects/pms/pms_top/Design_Read/spyglass_reports/moresimple.rpt)
77+
- (! grep -n "Fatal" util/lint/spyglass/sg_projects/pms/pms_top/lint/lint_rtl/spyglass_reports/moresimple.rpt)
78+
7179
artifacts:
7280
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
7381
paths:

0 commit comments

Comments
 (0)