Commit Graph

4088 Commits

Author SHA1 Message Date
Tynan McAuley
b260078ae4 Fix invalid escape sequences
In Python 3.12, these show up as SyntaxWarning messages.
2024-02-23 15:30:15 -08:00
Jerry Zhao
8da6c5a8c2 Merge pull request #1796 from ksungkeun84/main 2024-02-23 09:19:32 -08:00
Sungkeun Kim
4c9bcfc123 Enabling JTAG Debuging in VCU118 FPGA 2024-02-23 16:04:28 +09:00
Jerry Zhao
53c6e8a996 Merge pull request #1732 from tymcauley/gpio-undriven-signals
Ensure all GPIO signals are tied off
2024-02-16 10:57:41 -08:00
Tynan McAuley
262469eeda Ensure all GPIO signals are tied off
Resolves ucb-bar/chipyard#1731.
2024-02-15 20:00:23 -08:00
Jerry Zhao
a2cd4b2c9c Merge pull request #1793 from ucb-bar/timer
Add example rocket-chip-blocks timer integration
2024-02-15 18:55:47 -08:00
Jerry Zhao
d1344d46b4 Add example rocket-chip-blocks timer integration 2024-02-14 00:52:02 -08:00
joonho hwangbo
424ac92045 Merge pull request #1792 from ucb-bar/bin-args
Allow passing BINARY_ARGS to target binaries (pk)
2024-02-13 21:36:28 -08:00
Jerry Zhao
66a0610c5a Add BINARY_ARGS help text 2024-02-13 17:26:02 -08:00
Jerry Zhao
f3c221ddfa Split run-binary targets to be easier to read 2024-02-13 17:24:59 -08:00
Jerry Zhao
55e6dd67fd Add BINARY_ARGS to run-binary targets 2024-02-13 17:20:41 -08:00
Jerry Zhao
900ce875a4 Merge pull request #1763 from ucb-bar/enable-sba
Enable debug SBA on all default designs
2024-02-11 14:40:01 -08:00
-T.K.-
3d77430b82 Merge branch 'main' of github.com:ucb-bar/chipyard into enable-sba 2024-02-11 14:38:21 -08:00
Jerry Zhao
5fcac96a36 Merge pull request #1722 from ucb-bar/improve-abstract
CHANGE: Organize abstract config into sections and change comment format to docstrings
2024-02-11 14:33:11 -08:00
-T.K.-
4642bffae7 FIX: add missing chipid harness 2024-02-10 23:03:19 -08:00
-T.K.-
b79590bb69 REFACTOR: fix spacing 2024-02-10 22:38:59 -08:00
-T.K.-
d278b441a4 Merge branch 'main' of github.com:ucb-bar/chipyard into improve-abstract 2024-02-10 22:36:57 -08:00
Jerry Zhao
5f08e939eb Merge pull request #1788 from sifive/dev/seldridge/bump-update-circt-to-v1 2024-02-06 22:43:18 -08:00
Schuyler Eldridge
e33f9d8c5b Switch update-circt action to v1
Change the version of the update-circt action from v1.0.0 to v1.  This
pulls in a change from v1.0.1 which fixes a bug where the staging branch
was not updated.  (I have no idea if this is being used.)  However, this
generally future-proofs the action by having it pull from v1 which is
manually updated to match the latest v1 release (pulling in minor and
patch changes).

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
2024-02-07 01:27:04 -05:00
joonho hwangbo
cc528f2ed1 Merge pull request #1786 from ucb-bar/firesim-cospike-config
Add large boom cospike config
2024-02-06 00:30:32 -08:00
joonho.whangbo
74998229fb Add large boom cospike config 2024-02-05 23:17:26 -08:00
Jerry Zhao
0c30f9c5e9 Merge pull request #1770 from ucb-bar/bump-rc
Bump to latest rocket-chip
2024-02-02 11:24:17 -08:00
Jerry Zhao
c9f9e7991a Merge pull request #1781 from ucb-bar/mmio-docs
Add note on deprecating TLRegisterRouter
2024-02-01 10:43:45 -08:00
Jerry Zhao
5432359265 Add note on deprecating TLRegisterRouter 2024-02-01 10:36:23 -08:00
Harrison Liew
5a6115abf4 Merge pull request #1778 from Pinata-Consulting/makefile-SRAM_GENERATOR_CONF-nit
vlsi/Makefile: truncate file SRAM_GENERATOR_CONF
2024-02-01 09:50:31 -08:00
Øyvind Harboe
99d82673d2 vlsi/Makefile: truncate file SRAM_GENERATOR_CONF
previously the target would append, not truncate
the file, which could lead to duplicate yaml entries
in that file when the target was re-run.
2024-02-01 07:33:47 +01:00
Jerry Zhao
45f7f55e5a Merge pull request #1774 from ucb-bar/mmio-docs
Update MMIO peripheral docs
2024-01-29 16:33:38 -08:00
joonho hwangbo
539d66dc82 Merge pull request #1773 from ucb-bar/run-binaries
Support BINARIES_DIR make flag
2024-01-29 14:29:05 -08:00
Jerry Zhao
51a67fbd8f Update MMIO peripheral docs 2024-01-29 13:40:23 -08:00
Jerry Zhao
eb93102f34 Support BINARIES_DIR make flag 2024-01-29 11:15:14 -08:00
Jerry Zhao
69a00c4501 Merge pull request #1772 from ucb-bar/fix-docs
Update dead doc links
2024-01-29 09:41:14 -08:00
abejgonzalez
bdf207a289 Update dead doc links 2024-01-29 09:37:52 -08:00
Jerry Zhao
0ccd032a73 Remove references to legacy softcore-based bringup 2024-01-29 07:57:36 -08:00
Jerry Zhao
d8e44d2b5e Bump to latest rocket-chip 2024-01-28 23:48:08 -08:00
Jerry Zhao
50d97709d4 Merge pull request #1757 from ucb-bar/clean-gcd
Improve GCD example
2024-01-26 12:42:37 -08:00
Jerry Zhao
b6ba10a734 Merge pull request #1765 from ucb-bar/fix-submods
Fix submodule recusive cloning
2024-01-26 12:20:53 -08:00
Jerry Zhao
89914e4cd5 Add missing cva6 submods 2024-01-26 11:10:29 -08:00
Jerry Zhao
32d343943f Fix submodule names in .gitmodules 2024-01-26 00:56:16 -08:00
Jerry Zhao
1f9cf94afc Don't recursively clone nvdla/cva6 2024-01-26 00:51:56 -08:00
Jerry Zhao
4f3dd60670 Enable debug SBA on all default designs 2024-01-25 16:30:46 -08:00
Lux
aef7cda172 removing seemingly useless override 2024-01-24 17:24:59 -08:00
Jerry Zhao
150f888a62 Merge pull request #1760 from buggy213/patch-1 2024-01-23 22:11:38 -08:00
joshua you
77f5752ae4 fix typo in build-setup.sh 2024-01-23 21:42:12 -08:00
joonho hwangbo
e4b252c516 Merge pull request #1759 from ucb-bar/cleanup-buildsetup
Remove useless conda env sourcing
2024-01-23 14:35:58 -08:00
Vighnesh Iyer
4aaffd53ae source conda.sh from conda base environment rather than the chipyard conda env (which does not have conda in lean lockfile) 2024-01-22 23:40:18 -08:00
Jerry Zhao
5aee69c17a update docs on GCD MMIO 2024-01-22 22:24:48 -08:00
joonho hwangbo
6a37a1e5b9 Merge pull request #1758 from ucb-bar/fix-rebuilds
Fix unnecessary runs/rebuilds of RTL simulators
2024-01-22 21:35:04 -08:00
joonho.whangbo
d70bd55a16 Remove useless conda env sourcing 2024-01-22 21:33:31 -08:00
Jerry Zhao
3ddef0ded1 Macrocompiler should always touch the output files 2024-01-22 19:29:22 -08:00
Jerry Zhao
4fc090844d Split-mems-conf should always touch the output files 2024-01-22 19:27:33 -08:00