From fa0cc26737437d56e12d1d051ce81fd7203f34d1 Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Mon, 29 Apr 2019 15:11:23 -0700 Subject: [PATCH] Remove references to VCS in variables.mk --- variables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.mk b/variables.mk index bc1f78c1..43e1f0c5 100644 --- a/variables.mk +++ b/variables.mk @@ -12,7 +12,7 @@ # CONFIG = the configuration class to give the parameters for the project # CONFIG_PACKAGE = the scala package to find the CONFIG class # GENERATOR_PACKAGE = the scala package to find the Generator class in -# TB = wrapper over the TestHarness needed to simulate in VCS +# TB = wrapper over the TestHarness needed to simulate in a verilog simulator # TOP = top level module of the project (normally the module instantiated by the harness) # # project specific: