Commit Graph

387 Commits

Author SHA1 Message Date
JL102
a7993db08e I think now I put &&s everywhere that is necessary 2023-10-06 19:00:11 -04:00
JL102
aded25fee0 Made indentation consistent 2023-10-06 18:49:10 -04:00
JL102
b76ab6b5b0 Replaced "try-catch" with a more special-purpose set of functions
This also fixed the weird issue I was experiencing where the try-catch in step 1 caused step 3 to break
2023-10-06 18:43:52 -04:00
Hansung Kim
921b0c062e Use env python interpreter in insert-includes.py
This fixes failing CI for CVA6/nvdla on a system that does not have a
/usr/bin/python interpreter by making the script use one from conda env.
2023-10-05 11:15:42 -07:00
JL102
6b70dd6d39 Added "try-catch" to all build-setup steps
This was the only way I knew how to display the step at which the build-setup process failed.
I've personally experienced failures at multiple of the build steps, and before I got used to Chipyard,
it was hard to figure out which step was the culprit. With this, users should have a bit more info to
troubleshoot their issues. For some of the build steps that required multiple lines, I figured it made
more sense to put them into a sub-script, rather than putting a && at the end of each line. But for the
firesim one for example, since it was two .sh calls, I just put a && after the first one, inside of the
try block, to make sure both lines run.
2023-10-05 02:17:25 -04:00
abejgonzalez
284f276fbb Remove Dromajo + documentation 2023-09-08 14:28:10 -07:00
Abraham Gonzalez
4cfc16674c Remove pre-commit from env.sh 2023-08-30 11:39:13 -07:00
abejgonzalez
c7f1fe220d Enable precommit | Format files 2023-08-28 14:56:55 -07:00
Jerry Zhao
5495d05aa0 Bump to latest rocket-chip 2023-08-22 11:28:57 -07:00
Jerry Zhao
a612f401e2 Merge remote-tracking branch 'origin/main' into rcbump 2023-07-25 09:30:19 -07:00
abejgonzalez
0674488f9f Bump lockfiles | Force user-installed conda during conda-lock [ci skip] 2023-07-12 00:21:26 +00:00
Jerry Zhao
078bce1323 Bump to chisel3.6 2023-07-05 10:32:55 -07:00
Sagar Karandikar
4f282afdc5 Update build-setup.sh 2023-06-16 09:41:53 -07:00
Jerry Zhao
a486194d3d Merge branch 'main' into shuttle 2023-06-13 11:01:19 -07:00
Jerry Zhao
903971f32f Add documentation page indicating existence of prefetchers 2023-06-12 16:47:23 -07:00
Jerry Zhao
b0504e303a Update tutorial-patches 2023-06-08 14:37:25 -07:00
Jerry Zhao
bdff878643 Merge remote-tracking branch 'origin/main' into bumprc 2023-05-27 10:32:49 -07:00
Jerry Zhao
26a6f62ca7 Update repo-clean.sh 2023-05-25 00:43:12 -07:00
Jerry Zhao
de54b18e8d Update repo-clean.sh 2023-05-25 00:29:18 -07:00
abejgonzalez
c729b6c844 Fix repo clean 2023-05-17 20:46:49 -07:00
abejgonzalez
1f687af997 Generate all lockfiles at once 2023-05-09 14:12:09 -07:00
abejgonzalez
dbbf7c90b4 Separate out conda-lock generation into new script 2023-05-09 13:58:40 -07:00
Jerry Zhao
c4bc627cfe Merge pull request #1438 from ucb-bar/tcdtm
ELF-based-loadmem | architectural restartable checkpoints
2023-05-07 22:21:37 -07:00
Jerry Zhao
f01101da4b Remove init-fpga scripts and references, init-submodules now also inits-fpga 2023-05-07 16:03:27 -07:00
Jerry Zhao
2d76a4fea9 Always initialize fpga-shells with init-submodules.sh
FPGA shells is ultra fast to clone, and this makes the normal repo init script actually set up the repo properly for all possible use cases.
2023-05-07 16:03:26 -07:00
Jerry Zhao
954dab1638 Merge remote-tracking branch 'origin/main' into tcdtm 2023-05-07 15:56:55 -07:00
joey0320
fec43fc147 corner case 2023-05-04 21:51:00 -07:00
joey0320
60e80a772e Cleanup + fixes, think it's stable now 2023-05-04 20:15:21 -07:00
Jerry Zhao
669db2ef4f Merge remote-tracking branch 'origin/main' into tcdtm 2023-05-01 10:47:57 -07:00
joey0320
884cf3cf61 deal with bb 2023-04-30 13:32:46 -07:00
joey0320
3f80507ce4 rm split-bb-files.py 2023-04-29 18:21:48 -07:00
joey0320
30ec9806e0 final fix 2023-04-28 13:30:34 -07:00
joey0320
27728a70ef fix for ext modules 2023-04-28 12:27:54 -07:00
joey0320
ab9ec1650e fixes 2023-04-28 09:15:33 -07:00
joey0320
85abce536a cleanup 2023-04-27 20:42:34 -07:00
joey0320
c1667adf3d trial 1 2023-04-27 20:39:07 -07:00
joonho hwangbo
15e22d985b Merge pull request #1442 from ucb-bar/uniquify-names
Uniquify module names that are common to Top & Model
2023-04-21 15:46:01 -07:00
joey0320
4d988a24e9 fix 2023-04-21 09:41:56 -07:00
joey0320
41592fdad1 address comments 2023-04-20 16:16:51 -07:00
abejgonzalez
482f91d0e5 Clear screen on prompt [ci skip] 2023-04-20 14:50:32 -07:00
joey0320
9ce0467bd3 fixes 2023-04-20 14:26:38 -07:00
Jerry Zhao
6a4e2f583d Add output directory flag to loadarch generate script 2023-04-19 23:43:43 -07:00
Jerry Zhao
104a5299a9 Fix typos 2023-04-19 19:52:46 -07:00
Jerry Zhao
83dda916dc Support vector state in checkpoints 2023-04-17 13:19:16 -07:00
joey0320
04f4260901 rm wrong assertion 2023-04-17 10:06:00 -07:00
joey0320
c204e4a3e4 rm print 2023-04-14 16:44:54 -07:00
joey0320
e59ed50abb script to unqify modules 2023-04-14 16:44:30 -07:00
joey0320
240c55193f add python script, wip 2023-04-14 11:32:41 -07:00
Jerry Zhao
1acad86161 Generate loadarch checkpoints in directories 2023-04-12 17:27:07 -07:00
Jerry Zhao
f7f979ec15 Remove -x from generate-ckpt.sh script 2023-04-12 17:24:16 -07:00