Ignore:
Timestamp:
23/06/09 20:47:02 (4 years ago)
Author:
agustinhenze
Message:

Corregido en elaborate cuando daba warnings, hacía cualquier cosa y en simulate cuando no estaba el objeto también el error se veía mal,
en manejador-de-proyecto se dejó de leer la salida de gtkWave para que se desprenda de gedit y nos deje seguir trabajando

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/manejador-de-proyecto.py

    r17 r18  
    846846                ghdl_process = subprocess.Popen(["gtkwave", fileName[:fileName.find('.')] + ".vcd"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 
    847847                arreglo_salida = "" 
    848                 for salida_ghdl in ghdl_process.stdout:          
    849                         arreglo_salida = salida_ghdl.split("\n") 
    850                         print arreglo_salida 
     848 #   for salida_ghdl in ghdl_process.stdout:             
     849                        #arreglo_salida = salida_ghdl.split("\n") 
     850                        #print arreglo_salida 
    851851                print "despues de el gtkwave" 
    852852 
Note: See TracChangeset for help on using the changeset viewer.