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
@ -15,7 +15,7 @@ mem_gen = $(base_dir)/vsim/vlsi_mem_gen
|
||||
sim_dir = .
|
||||
output_dir = $(sim_dir)/output
|
||||
|
||||
BACKEND ?= rocketchip.RocketChipBackend
|
||||
BACKEND ?= v
|
||||
CONFIG ?= DefaultVLSIConfig
|
||||
TB ?= rocketTestHarness
|
||||
|
||||
|
Reference in New Issue
Block a user