Commit Graph
2315 Commits
Author SHA1 Message Date
Abraham GonzalezandGitHub 3fbd1efb36 Merge pull request #875 from ucb-bar/milovanovic-master
Fix ScalaTest Chipyard test
2021-05-03 22:41:30 -07:00
abejgonzalez 65154b7910 Merge branch 'master' of ssh://github.com/milovanovic/chipyard into dev 2021-05-03 14:10:52 -07:00
Abraham Gonzalez d5541dcffd Bump CI image 2021-05-03 14:03:36 -07:00
Abraham Gonzalez c2977029d4 Merge remote-tracking branch 'origin/KarlJoad-update-initial-setup-scripts' into KarlJoad-Combined 2021-05-03 13:32:17 -07:00
Abraham Gonzalez 96df29141e Merge remote-tracking branch 'origin/KarlJoad-update-to-python3.8' into KarlJoad-Combined 2021-05-03 13:32:01 -07:00
Abraham GonzalezandGitHub 1b16e759d9 Merge pull request #865 from tymcauley/feature/make-with-fd
Use 'fd' rather than 'find' in makefiles if available
2021-04-28 16:20:30 -07:00
abejgonzalez 7bbffb2c24 Merge branch 'update-initial-setup-scripts' of ssh://github.com/KarlJoad/chipyard into KarlJoad-update-initial-setup-scripts 2021-04-28 16:01:37 -07:00
abejgonzalez 76b0dd8c71 Merge branch 'update-to-python3.8' of ssh://github.com/KarlJoad/chipyard into KarlJoad-update-to-python3.8 2021-04-28 15:46:07 -07:00
Abraham GonzalezandGitHub 1fd2cccca6 Merge pull request #864 from ucb-bar/alonamid-patch-2
Docker Images Comment in Docs
2021-04-28 15:30:58 -07:00
Abraham Gonzalez 7f4659eb76 Fix doc breakages | Fix spelling 2021-04-28 15:28:36 -07:00
Karl Hallsby d5893adad6 Install curl in Ubuntu requirements
Ubuntu does not ship with curl by default any more. If we are to use
curl to install SBT's required information, we must ensure it is
available for use on Ubuntu.
2021-04-26 13:57:47 -05:00
Karl Hallsby 67a29f56ab Use nproc to determine number of cores in CentOS verilator build 2021-04-26 13:51:59 -05:00
Karl Hallsby 25f85ffa0e Bump installed versions of python to 3.8
Ubuntu 20.04 LTS (the most recent LTS release) stopped shipping Python
3.6 in their default repositories.

Upping it to Python 3.8 does not seem to have broken the
design/elaboration process. I tested re-building Chipyard and all its
dependencies using this new version, and everything appears to have
remained the same.
2021-04-26 13:50:33 -05:00
Karl Hallsby 7228a7f9b4 Add missing dependency for building verilator on Ubuntu 2021-04-26 12:45:55 -05:00
Karl Hallsby f08f88aac0 Update sbt installation
Bintray has gone down. SBT's website now provides these as install commands.
2021-04-26 12:14:10 -05:00
Tynan McAuley 7d32e6c0b2 make: Use 'fd' over 'find' if possible 2021-04-22 15:27:05 -07:00
Abraham GonzalezandGitHub 946230d3c7 Merge pull request #861 from sequencer/seq_patch0
Remove deprecatation.
2021-04-22 13:26:22 -07:00
alonamidandGitHub d14513cd64 Docker Images Comment in Docs 2021-04-21 15:29:17 -07:00
Jiuyang Liu 4901e2d257 remove toBool to asBool. 2021-04-20 02:54:29 +00:00
Chick MarkleyandGitHub 70afebae9f Runs make clean after make-install to reduce used disk (#855)
* Runs `make clean` after `make-install` to reduce used disk
Make install leaves many .o and other files
Fixes problems with disk space on github actions runner

* Create a flag --clean-after-install that can be passed as the second argument to `make_build` function.

* Create a flag --clean-after-install that can be passed as the second argument to `make_build` function.
Ups tools-cache-version to v7

* Now running clean after install just depends on adding an environment variable when using scripts
that call `module_make` or `module_build`. Those two bash functions will check CLEANAFTERINSTALL and if
it is non-empty, they will call `make clean` after other `make` calls.

* build-toolchains.sh gets new flag
--clean-after-install to turn enable
`make clean` in `module_make` and `module_run`
2021-04-19 14:57:34 -07:00
Jerry ZhaoandGitHub 22f6fd5d11 Merge pull request #859 from ucb-bar/jtag-reset-sync
Synchronize JTAG reset to JTAG.TCK.
2021-04-19 11:27:04 -07:00
Harrison LiewandGitHub 7f78d77c6a Merge pull request #856 from ucb-bar/vlsi-sim-update 2021-04-19 10:48:40 -07:00
Vladimir Milovanović c046af0de2 Bump tests for scalatest version change. 2021-04-18 17:43:10 +02:00
Jerry ZhaoandGitHub fd0ba3f315 Synchronize JTAG reset to JTAG.TCK. 2021-04-17 01:27:07 -07:00
Zitao Fang b77afa34d6 change asm instruction format 2021-04-15 15:44:42 -07:00
Zitao Fang 27d9228bea Manually apply hwacha changes to binutils 2021-04-15 12:13:49 -07:00
Harrison Liew 840eb9fdeb par -> syn typo 2021-04-15 10:00:14 -07:00
Harrison Liew 87a1064366 add timing annotated targets for post-syn sim + docs update 2021-04-15 09:36:07 -07:00
Zitao Fang 53daab2164 Test removing xhwacha 2021-04-14 16:35:34 -07:00
Abraham GonzalezandGitHub 0edb2fd4db Merge pull request #849 from ucb-bar/vcu118-update
VCU118 FPGA Updates + FireMarshal on Prototypes
2021-04-14 11:24:51 -07:00
Abraham GonzalezandGitHub 39c3756366 Update VCU118.rst 2021-04-14 11:24:19 -07:00
325f65e4df Apply suggestions from code review
Co-authored-by: alonamid <alonamid@eecs.berkeley.edu>
2021-04-14 11:21:33 -07:00
Abraham GonzalezandGitHub 1dd2698e11 Update ref in chip communication docs. 2021-04-13 22:30:35 -07:00
Abraham GonzalezandGitHub 9cee20ecc1 Address review comments 2021-04-13 22:23:03 -07:00
Abraham GonzalezandGitHub b152bbd0d4 Update grammer issues a bit 2021-04-12 11:02:23 -07:00
Jerry ZhaoandGitHub 75e2e0bc6d Merge pull request #848 from ucb-bar/chip-features
Bump testchipip for new TLROM over Serial
2021-04-09 18:37:09 -07:00
Jerry ZhaoandGitHub 440e43d023 Merge pull request #853 from alfonrod/fix-tests-charcount
Fix memory alignment in character count RoCC test
2021-04-09 16:58:54 -07:00
Alfonso Rodriguez dae8c12c60 Ensure proper alignment with 'CacheBlockBytes' in charcount test 2021-04-09 20:12:19 +02:00
Abraham GonzalezandGitHub 30864f1b19 Merge pull request #852 from ucb-bar/bumpSpec
Bump the spec workload to get the marshal overhaul
2021-04-07 16:27:50 -07:00
Nathan Pemberton 358b97b832 Bump the spec workload to get the marshal overhaul 2021-04-07 18:56:10 -04:00
Abraham Gonzalez 8ed61d6a7d Bump FireMarshal 2021-04-07 12:13:41 -07:00
Abraham Gonzalez bbf4fc168a Merge remote-tracking branch 'origin/dev' into vcu118-update 2021-04-06 18:42:09 -07:00
Abraham GonzalezandGitHub 8434c2152a Merge pull request #851 from ucb-bar/doc-fix
Workaround docutils issue in doc generation
2021-04-06 18:40:56 -07:00
Colin SchmidtandGitHub b0d69eada6 Workaround docutils issue in doc generation
Need this until the following is fixed: https://github.com/sphinx-doc/sphinx/issues/9063
2021-04-06 14:32:41 -07:00
Abraham Gonzalez 436c235b17 Bump FireMarshal 2021-04-06 12:24:07 -07:00
Colin SchmidtandGitHub f49af5158f Merge pull request #845 from mysoreanoop/patch-2
Update barstools.rst
2021-04-06 09:40:32 -07:00
AnoopandGitHub ffd312f6ea conflict resolution 2021-04-06 10:10:39 +05:30
AnoopandGitHub a401861f5b Update Barstools.rst 2021-04-06 10:02:47 +05:30
AnoopandGitHub 78241c278b Merge branch 'dev' into patch-2 2021-04-06 09:57:26 +05:30
Abraham GonzalezandGitHub 45684f1b87 Merge pull request #838 from ucb-bar/dependabot/pip/docs/pygments-2.7.4
Bump pygments from 2.2.0 to 2.7.4 in /docs
2021-04-05 10:48:26 -07:00