Add CHISEL_VERSION make argument
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.
This commit is contained in:
committed by
Palmer Dabbelt
parent
d697559754
commit
cddfdf0929
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -10,6 +10,9 @@
|
||||
[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
|
||||
@ -31,3 +34,9 @@
|
||||
[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
|
||||
|
Reference in New Issue
Block a user