Commit Graph

130 Commits

Author SHA1 Message Date
David Biancolin
543121972d Bump FireSIm 2020-04-10 22:01:00 +00:00
David Biancolin
64d563d493 Bump FireSim for Pow2 fix 2020-04-07 12:04:39 -07:00
David Biancolin
d49c30560c Merge remote-tracking branch 'origin/dev' into diplomatic-bridges 2020-04-06 23:59:19 -07:00
Abraham Gonzalez
3d253c0f67 [make] split up specific make vars/targets into frags (#499)
* [make] split up specific make vars/targets into frags

* [make] move dramsim and max-cycles into SIM_FLAGS

* [misc] move ariane configs to configs/ folder
2020-03-30 17:04:45 -07:00
David Biancolin
b5b1587827 Bump FireSim 2020-03-25 10:34:14 -07:00
David Biancolin
7704f38d8d Bump FireSim 2020-03-25 00:23:03 -07:00
David Biancolin
1b7158835a Bump firesim for CI 2020-03-24 10:43:01 -07:00
Alon Amid
a3e12b96b0 [skip ci] bump firesim 1.9.0 2020-03-15 01:04:51 +00:00
Sagar Karandikar
ece9163b02 bump firesim 2020-03-14 13:03:48 -07:00
Sagar Karandikar
0d902f5e92 bump to firesim dev that will become master 2020-03-14 12:41:14 -07:00
alonamid
d5592ca1a7 bump firesim (#470)
* Fix capitalization in docs (#419)

* Update Quick-Start.rst

* [ci skip] Fix Typos (#444)

* Update Quick-Start.rst

* bump firesim

Co-authored-by: Sagar Karandikar <sagark@eecs.berkeley.edu>
2020-03-13 18:44:47 -07:00
Abraham Gonzalez
d0bec3fba7 Ariane Integration (#448)
* [ariane/make] integrate ariane | have verilator be installed on path not in makefile

* [misc] warn on verilator not found | search for v files | cleanup build.sbt + .gitignore

* [firesim] bump

* [ci] add midas ariane tests

* [docker/ci] use new docker-image with verilator | re-elab on v changes for ariane | address comments

* [ci] remove references to local verilator install

* [verilator] update flags

* [verilator] minimal set of flags for ariane

* [ariane] bump ariane to master

* [ci] revert to 4.016 verilator

* [ci] install verilator to ci server | misc compile fixes

* [ci/make] add longer ci timeout | update when assert is added in verilator sim

* [firesim] bump for misc. updates

* [make/ci] cleanup makefile and remove firesim tests of it

* [docs/firesim] bump and clean docs

* [firesim] bump

* [ci] use remote verilator for midas tests

* [misc] cleanup built.sbt more

* [firesim] bump

* [misc] bump build.sbt patch for tutorials

* [firesim/ci] cleanup and bump firesim
2020-03-09 18:06:41 -07:00
Howard Mao
9f7247b927 bump firesim for makefile fix 2020-03-05 09:49:24 -08:00
Howard Mao
4dd97e0b0f bump firesim 2020-03-02 21:08:30 -08:00
Howard Mao
24fe57d447 use blackboxed SimDRAM instead of SimAXIMem 2020-03-02 20:49:20 -08:00
Jerry Zhao
e206917b56 Bump firesim 2020-02-25 13:23:49 -08:00
Jerry Zhao
43086465a8 Bump FireSim for naming changes 2020-02-24 16:14:41 -08:00
Jerry Zhao
708a5fb9a6 Address generator unification PR reviews 2020-02-23 22:53:14 -08:00
Jerry Zhao
ebfa545344 Generator unification 2020-02-13 12:33:28 -08:00
Sagar Karandikar
074add1d2c bump to firesim with support for TracerV + Stack unwinding + Flame
Graphs
2020-02-12 22:36:06 +00:00
Nathan Pemberton
ccd6ecd418 Marhsal in chipyard (#415)
* Move firemarshal into chipyard (was in firesim)
2020-02-09 17:58:56 -08:00
Jerry Zhao
5d27ac5bbc [sim] Pipe /dev/null to simulators to fix VCS messing up stdout (#417) 2020-01-30 10:08:53 -08:00
Sagar Karandikar
e89a0c3d2f Bump to FireSim Master 1.8.0 (#408)
* bump to firesim master 1.8.0
2020-01-25 19:11:21 -08:00
Sagar Karandikar
a751b9c213 bump firesim (#406) 2020-01-25 16:54:36 -08:00
Sagar Karandikar
810db31abd bump firesim (#402) 2020-01-24 09:52:56 -08:00
Sagar Karandikar
5da8666951 bump firesim (#395) 2020-01-23 18:05:58 -08:00
Jerry Zhao
ac5235e5ed Revamp the config system for Top/Harness (#347)
* Refactor how Configs parameterize the Top and TestHarnesses

* Bump sha3, testchipip, icenet, firesim
2020-01-21 20:44:54 -08:00
Colin Schmidt
86a473dbf6 Bump all submodules for chisel 3.2.0 and rocket-chip august-2019 (#358)
* Bump all submodules for chisel 3.2.0 and rocket-chip august-2019

* Fix subprojects that aren't tested from normal sims

* Fix firechip for chisel 3.2.0 and rc bump

* Bump boom for bug fix rebase

* [sbt] Don't rely on target-rtl symlink when FireSim is top [no ci]

* Bump boom for rc bump fix to bug fix

* Bump FireSim for CI check

* Bump FireSim

* Bump submodules after merge
2019-12-12 13:39:09 -08:00
Nathan Pemberton
126efe7594 Final firesim bump (to dev) 2019-11-13 19:34:02 -05:00
Nathan Pemberton
06216db269 Bump firesim 2019-11-13 14:52:31 -05:00
Nathan Pemberton
6ca1715b47 Bump firemarshal to not initialize linux by default. This bumps the sha3
generator to include the software workloads (moved from marshal). As a
result, the sha3 generator submodule is not initialized by default
(because it now has a copy of linux).
2019-11-12 17:18:02 -05:00
abejgonzalez
443be01495 remove notion of bwrc-env and remove from INPUT_CONFS [skip ci] 2019-11-06 13:48:24 -08:00
Abraham Gonzalez
c8191b95de bump firesim 2019-11-05 07:06:17 +00:00
Howard Mao
05af2f9a9c Fix tracegen target and add to CI 2019-10-21 09:55:40 -07:00
Abraham Gonzalez
ced4d2eea0 Merge pull request #314 from ucb-bar/master
`master` fixes into `dev`
2019-10-18 21:05:29 -04:00
abejgonzalez
8f2c5d4796 add *.log files whenever a binary is run 2019-10-14 20:55:40 -07:00
David Biancolin
46289ec284 Bump FireSim 2019-10-13 14:20:23 -04:00
David Biancolin
be38ec5efa Bump FireSim 2019-10-12 05:47:55 +00:00
Sagar Karandikar
d1354428a5 stuff 2019-10-11 23:35:09 +00:00
Sagar Karandikar
67490646bd bump fsim 2019-10-11 23:13:57 +00:00
Sagar Karandikar
de6245b29f bump fsim 2019-10-11 23:06:32 +00:00
Sagar Karandikar
117e1919ed bump fsim 2019-10-11 13:23:51 +00:00
Sagar Karandikar
b355f8d4a0 bump fsim 2019-10-10 05:21:22 +00:00
David Biancolin
7df5ea68a8 Bump FireSim for first batch of AGFIS [ci skip] 2019-10-07 06:32:45 +00:00
Nathan Pemberton
0d84e3646e adds sha3 workload to firemarshal 2019-10-06 23:38:46 -04:00
Nathan Pemberton
e0b4f21ce6 fixup circular reference with firesim 2019-10-06 18:46:22 -04:00
Nathan Pemberton
54d683114c Merge remote-tracking branch 'origin/dev' into addMarshal 2019-10-06 18:44:41 -04:00
David Biancolin
115102c987 Bump FireSim 2019-10-06 03:36:12 +00:00
David Biancolin
ad76e0ad1c Bump FireSim; Revert an errant hammer bump 2019-10-05 05:54:08 +00:00
Nathan Pemberton
3e2fba5150 Update firesim to a version that has this chipyard submoduled. 2019-10-04 19:06:47 -04:00