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

Subversion Repositories phr

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /phr/trunk/codigo/gui
    from Rev 331 to Rev 332
    Reverse comparison

Rev 331 → Rev 332

/xin/guiparent.py
1,6 → 1,6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# generated by wxGlade 0.6.5 on Sun Jun 8 15:52:19 2014
# generated by wxGlade 0.6.5 on Mon Jun 9 21:21:26 2014
 
import wx
 
29,7 → 29,7
self.label_1 = wx.StaticText(self, -1, "Dispositivos conectados")
self.boton_detectar = wx.Button(self, -1, "&Detectar")
self.list_box_dispositivos_conectados = wx.ListBox(self, -1, choices=[])
self.label_2 = wx.StaticText(self, -1, "Fichero de configuracion/programacion")
self.label_2 = wx.StaticText(self, -1, u"Fichero de configuración/programación")
self.boton_elegir_fichero = wx.Button(self, -1, "&Elegir")
self.text_ctrl_fichero = wx.TextCtrl(self, -1, "")
self.boton_transferir = wx.Button(self, -1, "&Transferir")
/xin/phrgui.py
1,4 → 1,5
#!/usr/bin/env python
# -*- coding: utf-8 -*-
 
import wx
import guiparent
31,11 → 32,12
 
def menu_item_ayuda_acerca_de_handler(self, event): # wxGlade: wg_parent_class.<event_handler>
description = """
PHR GUI es una interfaz grafica que permite interactuar con
la Plataforma de Hardware Reconfigurable (desarrollada en el
CUDAR) a traves del software xc3sprog.
PHR GUI es una interfaz gráfica que permite interactuar con
la Plataforma de Hardware Reconfigurable (CUDAR) a través
del software xc3sprog.
 
Revision (SVN) xxx.
SVN $Rev$
$Date$
"""
licence = """
PHR GUI is free software; you can redistribute it and/or modify
69,9 → 71,21
 
def menu_item_ayuda_hint_handler(self, event): # wxGlade: guiParent.<event_handler>
mensaje = """
Procedimiento para usar este programa:
Procedimiento general para utilizar este programa:
 
?
1. Conecte el programador y presione en el botón \"Detectar\".
Se listaran los dispositivos encontrados en la cadena JTAG.
 
2. Seleccione el dispositivo que desea programar o configurar.
 
3. Elija un fichero de configuración/programación.
*.BIT para FPGA
*.JED para CPLD
 
4. Presione el botón \"Transferir\".
 
Considere las recomendaciones de la placa específica que esté
utilizando.
"""
wx.MessageBox(mensaje, 'Info', wx.OK | wx.ICON_INFORMATION)
event.Skip()
79,6 → 93,7
def boton_elegir_fichero_handler(self, event): # wxGlade: wg_parent_class.<event_handler>
wildcard = "Archivo BIT de Xilinx (*.bit)|*.bit|" \
"Archivo JEDEC para CPLD (*.jed)|*.jed|" \
"Todos los archivos (*.*)|*.*"
dialog = wx.FileDialog(None, "Elija un archivo", os.getcwd(), "", wildcard, wx.OPEN)
if dialog.ShowModal() == wx.ID_OK:
xin/phrgui.py Property changes : Added: svn:keywords ## -0,0 +1 ## +Date \ No newline at end of property Index: xin/interfaz.wxg =================================================================== --- xin/interfaz.wxg (revision 331) +++ xin/interfaz.wxg (revision 332) @@ -1,5 +1,5 @@ - + @@ -101,7 +101,7 @@ 1 - + 300, 21 @@ -141,7 +141,7 @@ - PHR>>> + PHR>>> 0,120

powered by: WebSVN 2.1.0

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