Skip to content
Snippets Groups Projects
Commit 0ce7e1de authored by Pawel Szostek's avatar Pawel Szostek
Browse files

minor fix

parent b83da522
No related merge requests found
......@@ -164,8 +164,8 @@ def generate_makefile():
tm = global_mod.top_module
vhdl_deps = tm.generate_deps_for_vhdl_in_modules()
sv_files = tm.make_list_of_sv_files()
print sv_files
quit()
#print sv_files
#quit()
depend.generate_makefile(vhdl_deps)
#NOT YET TRANSFORMED INTO CLASSES
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment