Skip to content

Commit

Permalink
Temp: Use test nonfree
Browse files Browse the repository at this point in the history
 On branch smazzola/ci-artifacts
  • Loading branch information
sermazz committed Sep 2, 2024
1 parent d06633d commit 5ca4ccf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

name: gitlab-ci

on:
[ push, workflow_dispatch ]
on: [ push, workflow_dispatch ]

#on:
# push:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ To format all hardware source files, run
```
verible-verilog-format --flagfile .verilog_format --inplace --verbose hw/*.sv target/sim/src/*.sv
```

test
2 changes: 1 addition & 1 deletion chimera.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $(CHIM_ROOT)/hw/regs/chimera_reg_pkg.sv $(CHIM_ROOT)/hw/regs/chimera_reg_top.sv:
# Nonfree components
CHIM_NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:pulp-restricted/chimera-nonfree.git
CHIM_NONFREE_DIR ?= $(CHIM_ROOT)/nonfree
CHIM_NONFREE_COMMIT ?= deploy # to deploy `chimera-nonfree` repo changes, push to `deploy` tag
CHIM_NONFREE_COMMIT ?= smazzola/ci-artifacts # to deploy `chimera-nonfree` repo changes, push to `deploy` tag

.PHONY: chim-nonfree-init
chim-nonfree-init:
Expand Down

0 comments on commit 5ca4ccf

Please sign in to comment.