Commit Graph
1936 Commits
Author SHA1 Message Date
Jerry ZhaoandGitHub ec14bf0d23 Merge pull request #778 from ucb-bar/jerryz123-patch-2
Update comment on GenerateReset
2021-01-30 19:53:45 -08:00
Jerry ZhaoandGitHub 99a1c5d542 Update comment on GenerateReset
ChipTop reset was standardized to be async for 1.4.0
2021-01-30 19:47:27 -08:00
Ella Schwarz 5e903723ed Updated image for to 1.0.2 for config.yml. Fixed formatting in Dockerfile. 2021-01-27 21:35:55 -08:00
Ella Schwarz e13266bc82 Install python 2021-01-27 19:01:29 -08:00
Ella Schwarz 500d2b8b97 Build both CI and main images in one dockerfile. Updated README.md 2021-01-27 19:00:18 -08:00
Jerry ZhaoandGitHub 7ef40c8d79 Add .java_tmp directory 2021-01-23 14:36:05 -08:00
Jerry ZhaoandGitHub f22051ca84 Merge pull request #772 from ucb-bar/master
Master -> dev sync
2021-01-23 13:53:10 -08:00
Jerry ZhaoandGitHub 766443b2d4 Avoid permissions conflict on shared protocjar.webcache
The Java protoc plugin (part of FIRRTL) by default caches protoc in /tmp, and does not delete it afterwards.
This causes permissions failures when multiple users try to install Chipyard on the same machine, due to permissions failures over accessing the same cache in /tmp.

A solution is to place the tmpdir within the Chipyard repo. No other files besides protocjar.webcache currently use that directory, so I believe this should be safe.
2021-01-23 13:42:59 -08:00
Ella Schwarz 58665ea172 Added hardcoded environment variables to CI-Dockerfile and updated config.yml with new docker image 2021-01-21 20:46:01 -08:00
Ella Schwarz 925bace660 fixed merge conflict 2021-01-20 21:19:56 -08:00
Ella Schwarz fa2da01421 Changed config.yml to use new docker image 2021-01-20 20:51:59 -08:00
Ella Schwarz a46c4e6e35 moved Dockerfiles 2021-01-20 19:00:39 -08:00
Ella Schwarz 49a76a606b Updated ci dockerfile. Moved dockerfiles to outer directory. Updated comments for entrypoint.sh 2021-01-20 18:59:38 -08:00
Jerry ZhaoandGitHub 58076cfb26 Merge pull request #599 from ucb-bar/dev
Chipyard 1.4.0 Release
2021-01-20 15:26:47 -08:00
Jerry ZhaoandGitHub d4f8f56465 Merge pull request #767 from ucb-bar/rel-changelog
v1.4.0 Release changelog
2021-01-19 22:34:22 -08:00
Jerry Zhao cc580488e4 Update CHANGELOG 2021-01-19 22:24:28 -08:00
Jerry Zhao 429a32befe Update CHANGELOG for 1.4.0 release 2021-01-19 19:47:43 -08:00
Jerry ZhaoandGitHub a7652ceea4 Merge pull request #761 from ucb-bar/init-submodules-gitconfig
Ensure git config changes are reverted on failure
2021-01-19 19:03:21 -08:00
Jerry ZhaoandGitHub 65005b72cb Merge pull request #765 from ucb-bar/fsim-bump
Bump Firesim for release
2021-01-19 19:02:43 -08:00
alonamidandGitHub 516b3f313f Merge pull request #763 from ucb-bar/bump-prebuilt-toolchains
Bump Prebuilt Toolchain
2021-01-19 16:28:30 -08:00
Jerry ZhaoandGitHub 55e4a1aea5 Merge pull request #766 from ucb-bar/doc-update
Docs and README update
2021-01-18 17:39:44 -08:00
Jerry Zhao 3bb0870b54 [ci skip] Fix SonicBOOM citation 2021-01-18 16:58:38 -08:00
Jerry Zhao 1dcfa5aa41 Update AXI4Fragmenter docs 2021-01-18 16:35:31 -08:00
Jerry Zhao 72038b62cc Add new DAC paper link 2021-01-18 16:35:01 -08:00
Jerry Zhao 5a534391c9 Bump Firesim for release 2021-01-18 15:06:14 -08:00
Albert Ou 36fe690204 scripts: Ensure git config changes are reverted on failure
Fixes #595
2021-01-14 13:09:13 -08:00
Ella Schwarz 9b84682a62 Fixed comments and simplified entrypoint 2021-01-13 19:41:48 -08:00
Albert MagyarandGitHub f7a98f23bc Merge pull request #756 from ucb-bar/16-largeboom
Add 16-core LargeBOOM config to firechip
2021-01-13 15:36:51 -08:00
Alon Amid 10dbf68667 bump prebuilt toolchain 2021-01-13 19:21:30 +00:00
Nathan PembertonandGitHub e9f64a8669 Merge pull request #755 from ucb-bar/marshal1.11.0
Bump firemarshal to v1.11.0
2021-01-13 09:55:04 -08:00
Albert Magyar c481dc2ee8 Add 16-core LargeBOOM config to firechip
* Fix Jerry's comment on accidentally mixing multiple BOOM configs
2021-01-12 23:12:10 -08:00
Nathan Pemberton e1ea3561c1 Bump firemarshal to v1.11.0 2021-01-12 20:29:44 -05:00
Ella Schwarz b528058cc4 part 2 of removing log files 2021-01-11 18:06:42 -08:00
Ella Schwarz 8300d9cfc4 removed log files 2021-01-11 18:06:42 -08:00
Ella SchwarzandElla Schwarz 3ba19bb1a0 changed permissions of entrypoint.sh 2021-01-11 18:02:40 -08:00
Ella SchwarzandElla Schwarz f25aa8de27 working version of dockerfile and entrypoint.sh 2021-01-11 18:00:37 -08:00
Ella SchwarzandElla Schwarz f5ae2e0bfd entrypoint.sh sets environment variables correctly. Dockerfile has all necessary steps, still needs to be cleaned up 2021-01-11 17:52:48 -08:00
Ella SchwarzandElla Schwarz db7fafb4ac switched dockerfile base to ubuntu and fixed bugs. created entrypoint.sh script for setting environment variables 2021-01-11 17:46:17 -08:00
Jerry ZhaoandGitHub c57f5a92e3 Merge pull request #754 from ucb-bar/sodor-testchipip-bump
Bump sodor and testchipip
2021-01-11 10:37:04 -08:00
Jerry ZhaoandGitHub 4caecb9a10 Merge pull request #718 from ucb-bar/hammer-docs
Generalizing VLSI Flows docs
2021-01-11 10:11:48 -08:00
Jerry Zhao f624609331 Merge remote-tracking branch 'origin/dev' into sodor-testchipip-bump 2021-01-10 23:46:30 -08:00
Jerry Zhao 4156bd8513 Bump testchipip and sodor | increase sodor SerialTL width for faster binary loading 2021-01-10 23:39:16 -08:00
Jerry Zhao b1b230ba01 Fix ICache SPAD base addr to avoid conflicts with default SerialTL mem 2021-01-10 23:38:11 -08:00
alonamid 06cee8fa42 add hierarchical 2021-01-09 00:39:01 -08:00
Ella Schwarz ef84927f3a Removed environment variables from dockerfile 2021-01-08 21:32:17 -08:00
Ella Schwarz 39572823ce Cleaned up dockerfile 2021-01-08 21:32:17 -08:00
Ella SchwarzandElla Schwarz 7439191a69 removed some redundancies from dockerfile 2021-01-08 21:32:17 -08:00
Ella SchwarzandElla Schwarz fe1f7feba7 changed permissions of entrypoint.sh 2021-01-08 21:32:17 -08:00
Ella SchwarzandElla Schwarz cfca224b6f removed log files for real this time? 2021-01-08 21:32:17 -08:00
Ella SchwarzandElla Schwarz 77459a347d working version of dockerfile and entrypoint.sh 2021-01-08 21:32:16 -08:00