Commit Graph
34 Commits
Author SHA1 Message Date
Harrison Liewandabejgonzalez 48539353b0 Makefile fixes, but sim still doesn't work 2023-02-06 12:29:29 -08:00
Sagar Karandikar a3545f2453 fix base path in generated env.sh 2022-10-16 19:17:14 -07:00
abejgonzalez edceaf02ab Misc fixes 2022-10-08 19:00:25 -07:00
Abraham Gonzalez b9384d2e06 Re-add git check in init-submodules 2022-09-23 10:06:43 -07:00
Abraham Gonzalez cf2c6c8a36 Switch to --force | More cleanup 2022-09-22 13:42:01 -07:00
Abraham Gonzalez c5447b168c Misc. updates to bash scripts 2022-09-21 22:45:13 -07:00
Abraham Gonzalez 93af50b86e Update CI checks | Don't init toolchain submodules by default 2022-08-30 00:27:01 +00:00
Abraham Gonzalez 3c2bbd4bfd Address PR comments 2022-08-23 00:58:30 +00:00
abejgonzalezandAbraham Gonzalez 1de35a6af4 Use conda + Update initial setup docs 2022-08-23 00:44:21 +00:00
abejgonzalez 5f041c0970 Add more debugging prints 2022-04-02 23:56:20 -07:00
abejgonzalez 1b8f4b58b2 Fix prompt for validate check [ci skip] 2022-02-15 22:11:01 -08:00
abejgonzalez 31cb221cc0 Update all 2022-02-15 09:13:40 -08:00
abejgonzalez 12d4444e3d Check for tagged release 2022-02-11 19:48:09 +00:00
Jerry Zhao 888abc3e83 Add init-software script 2021-12-16 13:08:11 -08:00
Jerry ZhaoandGitHub 9215231c66 Don't initialize nvdla-workload with init-submodules
nvdla-workload is very large, results in long init times
2021-12-16 09:45:03 -08:00
David Biancolin a5b412cfbc Remove sriracha and generated .sbtopts 2021-12-07 04:58:54 +00:00
Tynan McAuley 4516e906b3 Use GNU readlink on macOS
BSD readlink is quite different from GNU readlink, so DIR was not being
filled in with the absolute path to the 'scripts' directory on macOS.
2021-09-21 17:57:02 -07:00
Tingyuan LIANGandGitHub 2e9fa01b64 generate the .sbtopt file during repo initialization
**Related issue**:  #932 and #880

**Type of change**: other enhancement

**Impact**: other (change a repo initialization script)

**Release Notes**
change a repo initialization script [init-submodules-no-riscv-tools-nolog.sh](https://github.com/zslwyuan/chipyard/blob/master/scripts/init-submodules-no-riscv-tools-nolog.sh) so it can generate the .sbtopt file in the Chipyard directory during repo initialization and use the absolute path for the SBT workspace variables in .sbtopts. 

Hope it can adapt to more compilation scenarios. For example, now users should be able to open the shipyard project directly using Intellij.
2021-08-02 22:02:18 +08:00
David Biancolin e1965400f6 Use a ZSH-compatible version of BASH_SOURCE[0] 2021-06-11 05:18:01 +00:00
Albert Ou 36fe690204 scripts: Ensure git config changes are reverted on failure
Fixes #595
2021-01-14 13:09:13 -08:00
abejgonzalez ca723f1323 Merge branch 'dev' into local-fpga-support 2020-12-27 20:57:57 -08:00
Jerry ZhaoandGitHub 36b9bf86ff Update MINGIT version to 1.8.5 (#745)
1.8.5 is necessary for `git -C` to work.
2020-12-22 22:45:58 -08:00
abejgonzalez 43e64ded93 Readd ignore fpga-shells in main submodule setup 2020-11-05 15:13:09 -08:00
abejgonzalez 356fa70c3c Update fpga-shells submodule | Fix Arty Makefile lines 2020-11-05 11:16:17 -08:00
abejgonzalez c619df2c00 Merge branch 'local-fpga-temp' into local-fpga-support 2020-11-05 11:01:56 -08:00
David BiancolinandGitHub 57a0bc5dfc Fix zsh compatibility in init-submodules-no-rv-tools (#705) 2020-11-03 12:14:02 -05:00
James Dunn 3b6d584672 Adding submodule update script for FPGA tools. 2020-09-02 13:27:31 -07:00
Abraham Gonzalez d402825e7f Change eval. strategy 2020-08-17 17:15:05 -07:00
abejgonzalez a06c90cdac fix submodule update 2020-05-28 15:43:52 -07:00
Jerry Zhao 930f03cf68 Do not initialize gemmini's onnx-runtime 2020-05-28 12:54:19 -07:00
Albert Magyarandabejgonzalez 7208ab0b68 Don't try to init nonexistent midas submodule 2020-05-20 14:03:39 -07:00
abejgonzalez 0d087b6d32 add auto-gen comments | git init dromajo dir 2020-05-19 19:42:13 -07:00
1e26cb1f49 Add a git version check to the init scripts and make them work outside of the repo root. (#459)
* Fixes #453

- Update scripts/init-submodules-no-riscv-tools.sh to also work if you're in scripts/

- Provide a git version check to ensure the init scripts will work (>= 1.7.8)

- Update the documentation to be more explicit that the init script is also for updating.

* Update scripts/init-submodules-no-riscv-tools-nolog.sh

Co-Authored-By: Albert Ou <aou@eecs.berkeley.edu>
2020-03-05 13:04:54 -08:00
Abraham GonzalezandGitHub de2170e7a6 [setup] log init submodules (#433) 2020-02-25 21:27:53 -08:00