use TestDriver.v from rocket-chip instead of one from testchipip

This commit is contained in:
Howard Mao
2016-10-24 17:04:17 -07:00
parent 9a6f0f57e5
commit 964992cb12

View File

@@ -18,7 +18,7 @@ include $(base_dir)/Makefrag
sim_vsrcs = \
$(build_dir)/$(PROJECT).$(MODEL).$(CONFIG).v \
$(base_dir)/testchipip/vsrc/TestDriver.v \
$(base_dir)/rocket-chip/vsrc/TestDriver.v \
$(base_dir)/testchipip/vsrc/SimSerial.v
sim_csrcs = \