Skip to content
Snippets Groups Projects
Commit 50598902 authored by dam1n19's avatar dam1n19
Browse files

Updated default top-module for htmlgen

parent 1d087a4a
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,9 @@ def project_gen(args):
# Generate bootrom
bootrom_gen()
# Find all filelist in project filelist directory
for filelist in os.listdir(os.getenv("SOCLABS_PROJECT_DIR")+"/flist/project"):
filelist_path = os.getenv("SOCLABS_PROJECT_DIR")+"/flist/project/"+filelist
html_gen(filelist_path)
# for filelist in os.listdir(os.getenv("SOCLABS_PROJECT_DIR")+"/flist/project"):
filelist_path = os.getenv("SOCLABS_PROJECT_DIR")+"/flist/project/"+"top.flist"
html_gen(filelist_path)
else:
if args.bootrom is True:
# Generate bootrom
......
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