Commit Graph

326 Commits

Author SHA1 Message Date
Colin Schmidt
5bfc289677 Bump fesvr for better loadmem impl. Fix verilator loadmem support 2020-08-05 10:05:02 -07:00
Howard Mao
09cc1bb985 Merge pull request #635 from ucb-bar/loadmem
Implement fast loadmem feature
2020-08-04 15:39:45 -07:00
Jerry Zhao
c7586be0c5 Merge pull request #629 from ucb-bar/random-seed
Add RANDOM_SEED variable to set random init for VCS and Verilator simulations
2020-08-03 14:46:16 -07:00
Howard Mao
d7f3f91f18 implement fast loadmem feature 2020-08-01 15:04:18 -07:00
Jerry Zhao
b719919934 Add RANDOM_SEED variable to set random init for VCS and Verilator simulations 2020-07-20 18:25:18 -07:00
Zitao Fang
fddf218147 5th revision 2020-07-16 15:39:07 -07:00
Zitao Fang
97b8c3035c Merge branch 'dev' of github.com:ucb-bar/chipyard into custom-core-doc 2020-07-15 11:15:46 -07:00
Zitao Fang
7ea464dc90 4th revision 2020-07-14 12:49:36 -07:00
Zitao Fang
ced7ea634c 3rd Revision 2020-07-12 01:08:13 -07:00
David Biancolin
d5a2d43f85 Merge pull request #612 from ucb-bar/zynq-target
[firechip] Add a small target that should fit on all hosts
2020-07-10 18:12:34 -07:00
Albert Ou
fbc71d4215 Merge pull request #625 from ucb-bar/uart
Override default baud rate for FireChip
2020-07-10 10:55:50 -07:00
Jerry Zhao
7239e23185 Merge branch 'dev' into simple_configs 2020-07-09 11:31:33 -07:00
Jerry Zhao
11c87777fe Remove BOOM debug print 2020-07-09 11:29:58 -07:00
Zitao Fang
9ad9d00a23 Second revision 2020-07-08 16:02:31 -07:00
Albert Ou
763ba42b4c Bump testchipip for FDT alignment and minLatency fixes 2020-07-08 12:36:09 -07:00
Albert Ou
b55e579c91 Override default baud rate for FireChip
This avoids target software needing to explicitly set the divisor to
match the UART bridge.
2020-07-07 23:00:14 -07:00
Fang, Zitao
60f7ec60bd Merge pull request #588 from ucb-bar/ariane-decouple
Test Suite Simplification
2020-07-07 12:55:52 -07:00
Jerry Zhao
661038f992 Deduplicate across Chiypard configs into a ChipyardBaseConfig 2020-07-06 17:54:24 -07:00
Zitao Fang
744e73fa92 Editing Docs 2020-07-05 21:05:21 -07:00
Jerry Zhao
a7047c4ba2 Fix FireChip BridgeBinders 2020-07-03 08:33:10 -07:00
Jerry Zhao
863f723708 Pipe through AXI4 MMIO and Slave ports to ChipTop | IOBinders fix
* Fixes bug with AXI4 MMIO ports not being generated properly due to
   IOBinders issue. Additionally adds IOCells to AXI4 ports so that they
   appear in ChipTop
 * Change IOBinders to also require passing p: Parameters
   to child functions. Serialization of type targets via ClassTags fails
   for compound types, so we cannot use `BaseSubsystem with HasSomeTrait`
   as the type target in OverrideIOBinders.
2020-06-30 13:42:06 -07:00
Zitao Fang
c85d8c4211 Remove generic parameter from this PR 2020-06-29 11:42:34 -07:00
David Biancolin
1dd3ea4aeb Update TargetConfigs.scala 2020-06-27 13:44:52 -07:00
Zitao Fang
1c5bc7d0ff Integrate with new Rocket tile API 2020-06-24 20:55:37 -07:00
Zitao Fang
df90442088 Merge branch 'dev' of github.com:ucb-bar/chipyard into ariane-decouple 2020-06-24 16:44:07 -07:00
Jerry Zhao
ec8089eff1 Merge remote-tracking branch 'origin/dev' into rc-retile 2020-06-23 17:00:01 +00:00
Jerry Zhao
6b31afb1c3 Bump boom 2020-06-21 11:56:45 -07:00
David Biancolin
486cc5fce1 [firechip] Add a small target that should fit on all hosts 2020-06-20 13:57:11 -07:00
Jerry Zhao
a1cc62b85a Bump Rocket-chip again 2020-06-20 12:28:03 -07:00
Jerry Zhao
2bfc4f6dd4 More fixes for RC bump 2020-06-19 14:44:07 -07:00
Albert Ou
a9d349cb85 Emit htif node in device tree 2020-06-18 21:19:52 -07:00
Jerry Zhao
f87522bf0e Fix AXI4 IOBinder for multi-channel systems 2020-06-18 17:36:51 -07:00
Jerry Zhao
d245df9133 Bump Rocketchip to June 2020 for Tile changes 2020-06-18 17:25:31 -07:00
Zitao Fang
81724b3cc4 Merge branch 'dev' of github.com:ucb-bar/chipyard into ariane-decouple 2020-06-13 01:42:38 -07:00
Zitao Fang
119a44b121 Use config to manage core registration and custom tests 2020-06-13 01:36:14 -07:00
Zitao Fang
98f6f9292e Change Generic Config 2020-06-06 16:22:59 -07:00
Colin Schmidt
5e0b3c3b9e Merge pull request #598 from ucb-bar/move-dramsim-ini-dir
Allow dramsim_ini folder to be set at the command line
2020-06-06 07:57:58 -07:00
Jerry Zhao
cdddc5982a Bump sha3 for multi-sha fix (#597) 2020-06-05 18:22:31 -07:00
Colin Schmidt
171b805d0e Allow dramsim_ini folder to be set at the command line 2020-06-05 16:55:13 -07:00
Zitao Fang
0f116cb717 Tile construction delayed 2020-06-04 00:17:05 -07:00
Zitao Fang
e021f161dc Remove Debug message 2020-06-03 20:57:31 -07:00
Zitao Fang
02c8aac346 Revised generic config 2020-06-03 20:22:41 -07:00
Zitao Fang
aa606e580a Change names 2020-06-01 18:41:21 -07:00
Zitao Fang
b13168d8fc Merge branch 'dev' of github.com:ucb-bar/chipyard into ariane-decouple 2020-05-31 15:10:27 -07:00
Zitao Fang
0743abd9db Add comments 2020-05-31 15:09:22 -07:00
Zitao Fang
3fcfc133b1 Add Rocket and Boom to CoreManager 2020-05-31 10:51:11 -07:00
Zitao Fang
71bac7b7c9 Fixed runtime error 2020-05-29 20:23:53 -07:00
abejgonzalez
6301c116b9 bump boom ci | bump nvdla sw [ci skip] 2020-05-29 16:14:59 -07:00
Zitao Fang
ff9c2455a9 Merge branch 'dev' of https://github.com/ucb-bar/chipyard into ariane-decouple 2020-05-28 22:49:55 -07:00
abejgonzalez
61f92cd102 bump ariane/hwacha/sha3/testchipip/libgloss 2020-05-28 16:11:51 -07:00