Changeset 18 for trunk/manejador-de-proyecto.py
- Timestamp:
- 23/06/09 20:47:02 (4 years ago)
- File:
-
- 1 edited
-
trunk/manejador-de-proyecto.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manejador-de-proyecto.py
r17 r18 846 846 ghdl_process = subprocess.Popen(["gtkwave", fileName[:fileName.find('.')] + ".vcd"], stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 847 847 arreglo_salida = "" 848 for salida_ghdl in ghdl_process.stdout:849 arreglo_salida = salida_ghdl.split("\n")850 print arreglo_salida848 # for salida_ghdl in ghdl_process.stdout: 849 #arreglo_salida = salida_ghdl.split("\n") 850 #print arreglo_salida 851 851 print "despues de el gtkwave" 852 852
Note: See TracChangeset
for help on using the changeset viewer.
