Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e4839e9
AXI4-unify: update library imports
gameboo Mar 26, 2019
55d0e90
AXI4-unify: update AXI4 interfaces
gameboo Mar 26, 2019
fdfaf08
AXI4-unify: update UART to new AXI4 library
gameboo Mar 26, 2019
a25cad9
AXI4-unify: update Mem_Controller to new AXI4 library
gameboo Mar 26, 2019
b68bf0d
AXI4-unify: update Boot ROM to new AXI4 library
gameboo Mar 26, 2019
156228a
AXI4-unify: update PLIC to new AXI4 library
gameboo Mar 26, 2019
8b5a254
AXI4-unify: update MMU cache to new AXI4 library
gameboo Mar 26, 2019
5a4d210
AXI4-unify: update AXI4 near mem io to new AXI4 library
gameboo Mar 26, 2019
05ff0e3
AXI4-unify: update DM system bus to new AXI4 library
gameboo Mar 27, 2019
9bab39e
AXI4-unify: update TV_Taps to new AXI4 library
gameboo Apr 3, 2019
cec1386
AXI4-unify: remove existing fabrics
gameboo Mar 26, 2019
ac25d7a
AXI4-unify: reorganize Fabric defs and SoC maps to use Ranges and app…
gameboo Mar 26, 2019
d65c45f
AXI4-unify: update core and SoC top to use the bus from the new AXI4 …
gameboo Mar 26, 2019
c5cfd42
AXI4-unify: update makefiles include to point at the new AXI4 library
gameboo Mar 26, 2019
9ece73f
AXI4-unify: Updated the AXI4 interfaces to use different AXI4 user wi…
gameboo Apr 8, 2019
712ad30
AXI4-unify: update to enable use of burst transactions
gameboo May 7, 2019
48832a3
AXI4-unify: Merge commit to solve AXI4-unify conflicts with upstream
gameboo May 14, 2019
7703ee5
An XML description of the IP that is compatible with the AXI4-unify b…
jonwoodruff May 17, 2019
aa772e0
Add rid back in, and make id fields the correct width.
jonwoodruff May 20, 2019
6921b64
Update to track new BlueStuff changes on fromSynth
PeterRugg May 30, 2019
5c26aa3
Add copyright headers
PeterRugg Jun 3, 2019
0fef446
Added BlueStuff as a git submodule
gameboo Jun 18, 2019
cd49c70
Update the generated verilog files to match the AXI4_unify branch.
jonwoodruff Jun 18, 2019
c558273
Add all the generated verilog files and updating the xml to use them.
jonwoodruff Jun 18, 2019
623641f
Merge branch 'master' into AXI4-unify
jonwoodruff Jul 9, 2019
8d9dc06
Add missing RevertReg to hdl source.
jonwoodruff Jul 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "BlueStuff"]
path = libs/BlueStuff
url = https://github.com/CTSRD-CHERI/BlueStuff.git
Loading