From 964992cb128fe597f78d94c119b14295a2aa46ca Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Mon, 24 Oct 2016 17:04:17 -0700 Subject: [PATCH] use TestDriver.v from rocket-chip instead of one from testchipip --- vsim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsim/Makefile b/vsim/Makefile index 2e3e846c..1eeeeca4 100644 --- a/vsim/Makefile +++ b/vsim/Makefile @@ -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 = \