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

Subversion Repositories phr

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /phr
    from Rev 228 to Rev 229
    Reverse comparison

Rev 228 → Rev 229

/trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.toc
13,7 → 13,7
\contentsline {subsection}{\numberline {3.2}Documentaci\IeC {\'o}n de comandos y \textsl {scripts}}{8}
\contentsline {subsubsection}{\numberline {3.2.1}Configuraci\IeC {\'o}n del \textsl {interface}}{8}
\contentsline {subsubsection}{\numberline {3.2.2}Dispositivos soportados}{9}
\contentsline {subsubsection}{\numberline {3.2.3}Comandos b\IeC {\'a}sicos}{10}
\contentsline {subsubsection}{\numberline {3.2.3}Comandos b\IeC {\'a}sicos}{11}
\contentsline {subsection}{\numberline {3.3}Programaci\IeC {\'o}n de \ac {FPGA} y memoria PROM}{13}
\contentsline {subsubsection}{\numberline {3.3.1}Programaci\IeC {\'o}n de la FPGA}{13}
\contentsline {subsubsection}{\numberline {3.3.2}Programaci\IeC {\'o}n de la memoria PROM}{14}
/trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.pdf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.aux
65,12 → 65,12
\acronymused{openocd}
\acronymused{openocd}
\acronymused{openocd}
\acronymused{jtag}
\acronymused{jtag}
\citation{openocd-manual-autoprobing}
\acronymused{TAP}
\acronymused{OPENOCD}
\acronymused{jtag}
\acronymused{jtag}
\acronymused{jtag}
\acronymused{TAP}
\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}Agregar un \ac {TAP}}{4}}
\acronymused{jtag}
125,8 → 125,8
\acronymused{SO}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.2}Dispositivos soportados}{9}}
\newlabel{sec:xc3sprog-devlist}{{3.2.2}{9}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3}Comandos b\IeC {\'a}sicos}{10}}
\newlabel{sec:xc3sprog-com-bas}{{3.2.3}{10}}
\@writefile{toc}{\contentsline {subsubsection}{\numberline {3.2.3}Comandos b\IeC {\'a}sicos}{11}}
\newlabel{sec:xc3sprog-com-bas}{{3.2.3}{11}}
\acronymused{FPGA}
\acronymused{FPGA}
\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Programaci\IeC {\'o}n de \ac {FPGA} y memoria PROM}{13}}
/trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.tex
1,4 → 1,4
%$Id$
%$Id: schedule.tex 228 2014-04-14 16:21:29Z guanucoluis $
\documentclass[11pt,a4paper,oneside]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
47,8 → 47,8
\renewcommand{\lstlistingname}{Código}
 
\title{Plataforma de hardware reconfigurable \\ \small{JTAG -- Configuración OOCD-Links, (\textsl{Hardware \& Software})}}
\author{Luis A. Guanuco}
\date{Marzo 2013}
\author{\scriptsize{Creado por} Luis A. Guanuco\\ \scriptsize{Últimos cambios por} $Author$}
\date{Marzo 2013\\\scriptsize{$Rev$}}
\pagestyle{fancy}
\addtolength{\textheight}{2cm}
%\addtolength{\voffset}{-1cm}
313,7 → 313,7
\begin{lstlisting}
luis@luis-laptop:~$ cd ~/sourceforge/xc3sprog/build
luis@luis-laptop:~$ ./xc3sprog
XC3SPROG (c) 2004-2011 xc3sprog project $Rev: 164 $ OS: Linux
XC3SPROG (c) 2004-2011 xc3sprog project $Rev$ OS: Linux
Free software: If you contribute nothing, expect nothing!
Feedback on success/failure/enhancement requests:
http://sourceforge.net/mail/?group_id=170565
519,7 → 519,7
Como se comentó la sección \ref{sec:install-xc3sprog}, para correr el programa xc3sprog, en un terminal del sistema GNU/Linux nos cambiamos de directorio hasta donde hayamos compilado nuestra versión del xc3sprog. Una vez ahí, y ya con el \textsl{hardware} conectado correctamente, lanzamos el primer comando para escanear el \textsl{interface} JTAG.
\begin{lstlisting}
luis@luis-laptop:build$ ./xc3sprog -c ftdiphr
XC3SPROG (c) 2004-2011 xc3sprog project $Rev: 164 $ OS: Linux
XC3SPROG (c) 2004-2011 xc3sprog project $Rev$ OS: Linux
Free software: If you contribute nothing, expect nothing!
Feedback on success/failure/enhancement requests:
http://sourceforge.net/mail/?group_id=170565
537,7 → 537,7
Para programar directamente sobre la FPGA se debe correr el comando,
\begin{lstlisting}
luis@luis-laptop:build$ ./xc3sprog -v -c ftdiphr -p 0 /media/datos3/temp/xilinx_projects/PHRprojects/test1/test1_top.bit:w:0:BIT
XC3SPROG (c) 2004-2011 xc3sprog project $Rev: 164 $ OS: Linux
XC3SPROG (c) 2004-2011 xc3sprog project $Rev$ OS: Linux
Free software: If you contribute nothing, expect nothing!
Feedback on success/failure/enhancement requests:
http://sourceforge.net/mail/?group_id=170565
564,7 → 564,7
Para el caso de la memoria PROM se debe trabajar un poco más con el \textsl{software} ISE Xilinx para realizar la conversión del archivo de salida \texttt{.bit} a un formato para las memorias XCFxxS/P. Esto se explicará en otra documentación, pero si se deja en claro que debe obtenerse una archivo configurado para este tipo de memorias. Una vez que se tenga este archivo \texttt{.MCS} se debe correr el comando
\begin{lstlisting}
luis@luis-laptop:build$ ./xc3sprog -v -c ftdiphr -p 1 /media/datos3/temp/xilinx_projects/PHRprojects/test1/output/Untitled.mcs:w:0:IHEX
XC3SPROG (c) 2004-2011 xc3sprog project $Rev: 164 $ OS: Linux
XC3SPROG (c) 2004-2011 xc3sprog project $Rev$ OS: Linux
Free software: If you contribute nothing, expect nothing!
Feedback on success/failure/enhancement requests:
http://sourceforge.net/mail/?group_id=170565
trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.tex Property changes : Modified: svn:keywords ## -1 +1 ## -Id \ No newline at end of property +Rev \ No newline at end of property Index: trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.log =================================================================== --- trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.log (revision 228) +++ trunk/doc/informe-tesis/reports/schedule_2013-03-20/schedule.log (revision 229) @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2013.3.7) 19 MAR 2014 23:57 +This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2013.3.7) 14 APR 2014 13:33 entering extended mode %&-line parsing enabled. **schedule.tex @@ -590,13 +590,13 @@ although it is yet undefined on input line 87. Package acronym Info: Label `acro:OPENOCD' newly defined as it shall be overrid den -although it is yet undefined on input line 103. +although it is yet undefined on input line 100. -Package acronym Warning: Acronym `OPENOCD' is not defined on input line 103. +Package acronym Warning: Acronym `OPENOCD' is not defined on input line 100. -Package acronym Warning: Acronym `OPENOCD' is not defined on input line 103. +Package acronym Warning: Acronym `OPENOCD' is not defined on input line 100. Package Fancyhdr Warning: \headheight is too small (12.0pt): @@ -609,11 +609,11 @@ (Font) Font shape `OT1/cmtt/m/n' tried instead on input line 128. -Package acronym Warning: Acronym `OPENOCD' is not defined on input line 150. +Package acronym Warning: Acronym `OPENOCD' is not defined on input line 148. [3] -Package acronym Warning: Acronym `OPENOCD' is not defined on input line 194. +Package acronym Warning: Acronym `OPENOCD' is not defined on input line 188. [4] Package acronym Info: Label `acro:PROM' newly defined as it shall be overridden @@ -623,11 +623,11 @@ although it is yet undefined on input line 223. -Package acronym Warning: Acronym `OPENOCD' is not defined on input line 240. +Package acronym Warning: Acronym `OPENOCD' is not defined on input line 239. [5] -Package acronym Warning: Acronym `OPENOCD' is not defined on input line 273. +Package acronym Warning: Acronym `OPENOCD' is not defined on input line 268. [6] [7] [8] [9] [10] LaTeX Font Info: Font shape `OT1/cmtt/bx/n' in size <10.95> not available @@ -645,31 +645,32 @@ [16] (./schedule.aux) ) Here is how much of TeX's memory you used: - 7036 strings out of 494999 - 92944 string characters out of 1180817 - 312779 words of memory out of 3000000 - 10136 multiletter control sequences out of 15000+50000 + 7037 strings out of 494999 + 92952 string characters out of 1180817 + 297779 words of memory out of 3000000 + 10137 multiletter control sequences out of 15000+50000 16892 words of font info for 63 fonts, out of 3000000 for 9000 54 hyphenation exceptions out of 8191 - 37i,13n,49p,835b,2026s stack positions out of 5000i,500n,10000p,200000b,50000s + 38i,13n,49p,835b,2024s stack positions out of 5000i,500n,10000p,200000b,50000s - -Output written on schedule.pdf (16 pages, 297952 bytes). +onts/type1/public/amsfonts/cm/cmmi8.pfb>< +/usr/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmtt10.pfb> +Output written on schedule.pdf (16 pages, 310396 bytes). PDF statistics: - 125 PDF objects out of 1000 (max. 8388607) + 129 PDF objects out of 1000 (max. 8388607) 0 named destinations out of 1000 (max. 500000) 6 words of extra memory for PDF output out of 10000 (max. 10000000)

powered by: WebSVN 2.1.0

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