soc: organize SoC sources

This commit is contained in:
Marcus Mellor 2024-02-29 11:22:40 -06:00
parent f492a9a6c8
commit 62804195f8
11 changed files with 4 additions and 3 deletions

2
.gitmodules vendored
View File

@ -30,5 +30,5 @@
path = addins/ahbsdc path = addins/ahbsdc
url = http://github.com/JacobPease/ahbsdc.git url = http://github.com/JacobPease/ahbsdc.git
[submodule "src/uncore/basejump_stl"] [submodule "src/uncore/basejump_stl"]
path = soc/basejump_stl path = soc/src/basejump_stl
url = https://github.com/bespoke-silicon-group/basejump_stl url = https://github.com/bespoke-silicon-group/basejump_stl

1
soc/README.md Normal file
View File

@ -0,0 +1 @@
This folder contains resources related to the Wally SoC effort.

View File

@ -1,7 +1,7 @@
/////////////////////////////////////////// ///////////////////////////////////////////
// ahbxuiconverter.sv // ahbxuiconverter.sv
// //
// Written: infinitymdm@gmail.com // Written: infinitymdm@gmail.com 29 February 2024
// //
// Purpose: AHB to Xilinx UI converter // Purpose: AHB to Xilinx UI converter
// //

View File

@ -1,7 +1,7 @@
/////////////////////////////////////////// ///////////////////////////////////////////
// bsg_dmc_ahb.sv // bsg_dmc_ahb.sv
// //
// Written: infinitymdm@gmail.com // Written: infinitymdm@gmail.com 29 February 2024
// //
// Purpose: BSG controller and LPDDRDRAM presenting an AHB interface // Purpose: BSG controller and LPDDRDRAM presenting an AHB interface
// //