Skip to content

Commit 6fb6e24

Browse files
committed
Bump tech_cells_generic with tc_sram.sv update for unsynth issue fix. Update CI fatal grep.
1 parent 9bed589 commit 6fb6e24

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ spyglass:
7373
stage: lint
7474
script:
7575
- 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)
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)
7878

7979
artifacts:
8080
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
url = https://github.com/pulp-platform/scm.git
9797
[submodule "hw/ips/tech_cells_generic"]
9898
path = hw/ips/tech_cells_generic
99-
url = https://github.com/pulp-platform/tech_cells_generic.git
99+
url = git@github.com:pulp-platform/tech_cells_generic.git
100100
[submodule "hw/ips/timer_unit"]
101101
path = hw/ips/timer_unit
102102
url = https://github.com/pulp-platform/timer_unit.git

hw/ips/tech_cells_generic

0 commit comments

Comments
 (0)