cddfdf0929
This allows users to specify if they want to build RocketChip against Chisel 2 or 3. Since Chisel 3 is now open source we can add these submodule pointers directly to avoid a fork of upstream.
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
[submodule "uncore"]
|
|
path = uncore
|
|
url = https://github.com/ucb-bar/uncore.git
|
|
[submodule "dramsim2"]
|
|
path = dramsim2
|
|
url = https://github.com/dramninjasUMD/DRAMSim2.git
|
|
[submodule "riscv-tools"]
|
|
path = riscv-tools
|
|
url = https://github.com/ucb-bar/riscv-tools.git
|
|
[submodule "rocket"]
|
|
path = rocket
|
|
url = https://github.com/ucb-bar/rocket.git
|
|
[submodule "chisel"]
|
|
path = chisel2
|
|
url = https://github.com/ucb-bar/chisel.git
|
|
[submodule "hardfloat"]
|
|
path = hardfloat
|
|
url = https://github.com/ucb-bar/berkeley-hardfloat.git
|
|
[submodule "fpga-zynq"]
|
|
path = fpga-zynq
|
|
url = https://github.com/ucb-bar/fpga-zynq.git
|
|
[submodule "zscale"]
|
|
path = zscale
|
|
url = https://github.com/ucb-bar/zscale
|
|
[submodule "junctions"]
|
|
path = junctions
|
|
url = https://github.com/ucb-bar/junctions
|
|
[submodule "context-dependent-environments"]
|
|
path = context-dependent-environments
|
|
url = https://github.com/ucb-bar/context-dependent-environments
|
|
[submodule "groundtest"]
|
|
path = groundtest
|
|
url = https://github.com/ucb-bar/groundtest.git
|
|
[submodule "torture"]
|
|
path = torture
|
|
url = https://github.com/ucb-bar/riscv-torture.git
|
|
[submodule "chisel3"]
|
|
path = chisel3
|
|
url = https://github.com/ucb-bar/chisel3.git
|
|
[submodule "firrtl"]
|
|
path = firrtl
|
|
url = https://github.com/ucb-bar/firrtl.git
|