Commit 52153179 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

hdlmake_kernel: don't check TCL files, just generate run.tcl

parent 4e83f30c
......@@ -317,10 +317,10 @@ class HdlmakeKernel(object):
p.echo("There are no modules fetched. Are you sure it's correct?")
files = self.modules_pool.build_very_global_file_list()
tcl = self.__search_tcl_file()
if tcl == None:
self.__generate_tcl()
tcl = "run.tcl"
# tcl = self.__search_tcl_file()
# if tcl == None:
self.__generate_tcl()
tcl = "run.tcl"
sff = SourceFileFactory()
files.add(sff.new(tcl))
......
Markdown is supported
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