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

Corrected mode==1 check.

parent c3168e52
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ if __name__ == '__main__':
print 'Create modelsim project files for technology %s and all HDL libraries in $%s.' % (technologyName, libRootDir)
msim.create_modelsim_project_file(technologyName)
if mode==0 and libRootDir=='UNB':
if mode==1 and libRootDir=='UNB':
libRootDir = 'UNB'
lib_name = 'unb_common'
# Read compile order from existing <lib_name>.mpf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment