OpenCores
URL https://opencores.org/ocsvn/tv80/tv80/trunk

Subversion Repositories tv80

[/] [tv80/] [trunk/] [sc_env/] [app_localcfg/] [build.py] - Diff between revs 102 and 108

Show entire file | Details | Blame | View Log

Rev 102 Rev 108
Line 28... Line 28...
def run_verilator ():
def run_verilator ():
    expfilelist = map(lambda x:walktree(basepath,x), filelist)
    expfilelist = map(lambda x:walktree(basepath,x), filelist)
    cmd = command + " " + " ".join(expfilelist)
    cmd = command + " " + " ".join(expfilelist)
    print "Executing",cmd
    print "Executing",cmd
    os.system (cmd)
    os.system (cmd)
 
    print "Removing old object files"
 
    os.system ("rm -f obj_dir/*.o")
 
 
#f = walktree (basepath, filelist[0])
 
#print expfilelist
 
#print f
 
 
 
run_verilator()
run_verilator()
 
 
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.