Commit Graph

240 Commits

Author SHA1 Message Date
Sagar Karandikar f266c67bd0 bump chip 2023-07-01 17:43:35 -07:00
Sagar Karandikar 681e000474 bump chipyard 2023-06-29 13:15:06 -07:00
Jerry Zhao 003e1e03e9 Bump chipyard 2023-06-15 15:53:22 -07:00
abejgonzalez 724a61ff61 Bump CY 2023-06-08 21:18:39 +00:00
Jerry Zhao 2b343e063b Bump chipyard 2023-05-27 11:16:53 -07:00
Jerry Zhao 505c704176 Bump chipyard 2023-05-26 11:58:29 -07:00
Jerry Zhao b47c5f1d3a Bump chipyard 2023-05-25 00:44:26 -07:00
Jerry Zhao 3bd7f2614f Bump chipyard 2023-05-25 00:32:32 -07:00
Jerry Zhao a86ab56881 Bump chipyard 2023-05-24 22:18:19 -07:00
Jerry Zhao 995d779bbe Bump chipyard 2023-05-08 18:19:55 -07:00
Jerry Zhao 1660be1bac Merge remote-tracking branch 'origin/main' into chisel356 2023-04-19 22:18:26 -07:00
abejgonzalez 6aded4421a Bump Chipyard 2023-04-14 17:52:13 -07:00
Abraham Gonzalez 47c4607a2f Bump AGFIs | Bump Chipyard 2023-04-14 17:52:13 -07:00
Jerry Zhao cc8b918e20 Bump chipyard 2023-04-05 19:23:20 -07:00
Abraham Gonzalez 68e5113887 Bump Chipyard 2023-03-24 00:06:50 +00:00
abejgonzalez b172189ae6 Bump Chipyard 2023-03-23 06:39:11 +00:00
abejgonzalez ccff361cb8 Revert "Revert "Bump conda-reqs | Bump Chipyard""
This reverts commit 33d5cec319.
2023-03-14 11:24:44 -07:00
abejgonzalez 33d5cec319 Revert "Bump conda-reqs | Bump Chipyard"
This reverts commit bd3e6f0d4c.
2023-03-14 11:19:54 -07:00
abejgonzalez bd3e6f0d4c Bump conda-reqs | Bump Chipyard 2023-03-14 11:17:04 -07:00
Abraham Gonzalez d90a280ced Bump Chipyard 2023-03-10 05:19:49 +00:00
Jerry Zhao e932316c9a Bump chipyard 2023-01-30 15:13:26 -08:00
abejgonzalez 4261f376d1 Bump CY 2023-01-29 16:31:45 -08:00
Jerry Zhao 395be41656 Bump chipyard 2023-01-27 13:52:18 -08:00
Sagar Karandikar aeb0d4c53e bump to Chipyard 1.8.1 release 2022-10-18 15:45:29 -07:00
Sagar Karandikar cb2a9fb6f8 bump chipyard 2022-10-17 21:37:02 -07:00
Sagar Karandikar fb4feff37b bump chipyard for env file limit fix 2022-10-16 17:52:18 -07:00
Sagar Karandikar 03874d5d6a final bump of chipyard to 1.8.0 2022-09-30 20:08:50 +00:00
Jerry Zhao f08d526e1a Bump chipyard to 1.8.0 2022-09-29 16:18:38 +00:00
Abraham Gonzalez 4f16e47bfd Bump CY for new FireMarshal 2022-09-19 21:57:24 -07:00
Jerry Zhao 2fca0537ce Bump Rocketchip/chipyard/chisel/bloop 2022-09-19 16:45:47 +00:00
abejgonzalez f18b84971a Bump CY 2022-09-15 11:43:13 -07:00
abejgonzalez 647e9c2e74 Bump Chipyard 2022-09-13 23:00:10 -07:00
Abraham Gonzalez fd026e7a9b Bump Chipyard to match FireSim reqs 2022-09-13 00:01:41 +00:00
Abraham Gonzalez 244c633a7d Bump CY 2022-09-12 18:39:07 +00:00
Abraham Gonzalez 346b010fe7 Bump for Chipyard using conda 2022-09-09 18:47:13 +00:00
David Biancolin e48b2c3cf8
Bump Chipyard for memory model write strb fix (#1189) 2022-08-30 05:22:40 +00:00
David Biancolin 7e5b762a31
Fix switch build under clang-format header order (#1168) 2022-08-10 23:21:37 +00:00
Nandor Licker 2e205dce13
Enabled clang-format on C++ sources (#1139)
* Enabled clang-format on C++ sources

Ran clang-format on sources committed to the repository and added a CI job to ensure sources are properly formatted on each commit.
Clang-format can be installed using Linux package managers and the `git clang-format` command can be used to format all files that change with a commit.

* Update docs/Developer-Docs/GoldenGate-and-Driver-Development.rst

Co-authored-by: Tim Snyder <timothy.snyder@sifive.com>

* Update scripts/machine-launch-script.sh

Co-authored-by: Tim Snyder <timothy.snyder@sifive.com>

Co-authored-by: David Biancolin <david.biancolin@sifive.com>
Co-authored-by: Tim Snyder <timothy.snyder@sifive.com>
2022-08-02 23:12:13 -07:00
Sagar Karandikar f12043f49c bumpchip 2022-06-18 09:54:18 +00:00
Sagar Karandikar 6e86144076 bump chipyard 2022-06-18 00:07:24 +00:00
Sagar Karandikar 086f38cac1 bump chipyard 2022-06-16 05:00:37 +00:00
Tim Snyder 6bd99b2b8c Merge remote-tracking branch 'origin/main' into use_conda 2022-04-13 00:22:58 +00:00
Tim Snyder 4d73ed5993 bump chipyard 2022-04-11 22:24:38 +00:00
Tim Snyder 76dc1fc939 bump chipyard 2022-04-11 19:55:29 +00:00
Tim Snyder 2c67b345cb switch: write_last_flit should be void type
it doesn't return anything and in C++ this behavior is undef. Somehow
it causes the switch to segfault when built with gcc 10.3
2022-04-08 00:34:52 +00:00
Albert Ou fda31fe62c fireperf: Capture packet dump from switch
Use text2pcap to convert the hexdump into a pcap file.
2022-04-06 21:13:46 +00:00
Tim Snyder bd38d6f164 copy local libs for switch also
* moves get_local_shared_librares into runtools.utils so that same helper
  can be used for switch and driver
* stop setting LD_LIBRARY_PATH for FireSim-f1 when running, instead
  add $ORIGIN to the beginning of RPATH for both driver and switch
* cleaned up a TODO that was TODONE by Sagar a long time ago
* switch makefile updated to use standard env vars (so that it is easier
  to tweak the build in standard ways). The only actual change is addition
  of $ORIGIN at front of rpath
2022-04-06 15:40:37 +00:00
Tim Snyder c092360a9f bump chipyard for testchipip missing include 2022-03-22 04:38:19 +00:00
Tim Snyder 86dd3b19b1 bump chipyard for conda support 2022-03-19 01:13:17 +00:00
abejgonzalez 7efdc009b0 Bump CY to 1.6.0 2022-02-16 09:34:35 -08:00