Small update to CONTRIB.md to run CI

This commit is contained in:
abejgonzalez
2022-02-15 22:52:50 -08:00
parent 51fea1f8c6
commit 7e1d89adc1

View File

@@ -4,5 +4,5 @@ Contributing to Chipyard
### Branch management: ### Branch management:
1) github:com/ucb-bar/chipyard: main = pre-release non-stable branch with latest features. All merges to main must go through PR. 1) github:com/ucb-bar/chipyard: main = pre-release non-stable branch with latest features. All merges to main must go through PR.
2) github:com/ucb-bar/chipyard: specific tag = official chipyard release. 2) github:com/ucb-bar/chipyard: specific tag / tagged branch = official chipyard release.
3) Other dependencies pointed at by Chipyard (e.g. firesim, boom): master/main should be the version submoduled in ucb-bar/chipyard main. 3) Other dependencies pointed at by Chipyard (e.g. firesim, boom): master/main should be the version submoduled in ucb-bar/chipyard main.