Skip to content
Snippets Groups Projects
Commit cc8319df authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Undo unwanted commit, back to r15686

parent 68094a23
Branches
No related tags found
No related merge requests found
...@@ -74,8 +74,6 @@ msim = modelsim_config.ModelsimConfig(toolRootDir=os.path.expandvars('$RADIOHDL/ ...@@ -74,8 +74,6 @@ msim = modelsim_config.ModelsimConfig(toolRootDir=os.path.expandvars('$RADIOHDL/
# Get HDL library names for regression test # Get HDL library names for regression test
############################################################################### ###############################################################################
lib_names = hdl_args.lib_names # Default use lib_names from command line lib_names = hdl_args.lib_names # Default use lib_names from command line
msim.check_library_names('eric') # Check that the provided lib_names indeed exist
braak
msim.check_library_names(lib_names) # Check that the provided lib_names indeed exist msim.check_library_names(lib_names) # Check that the provided lib_names indeed exist
if lib_names==[]: if lib_names==[]:
lib_names=msim.lib_names # If no lib_names are provided then use all available HDL libraries lib_names=msim.lib_names # If no lib_names are provided then use all available HDL libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment