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

Rename hdllib_order.txt into <lib_name>_lib_order.txt.

parent 177723d0
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class HdlConfig:
lib_name = lib_dict['hdl_lib_name']
use_libs = self.derive_all_use_libs(lib_name)
lib_order = self.derive_lib_order(use_libs)
file_name = 'hdllib_order.txt'
file_name = lib_name + '_lib_order.txt'
file_path = self.get_lib_build_dirs('sim', lib_dicts=lib_dict)
cm.mkdir(file_path)
filePathName = os.path.join(file_path, file_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment