[ Trimmed Cc: to only [email protected] ]

Now it's even easier:

PATH=$PATH:/home/qi/eda-tools/schhist
cd board-m1/r4

make pdf
# --> generates m1r4.pdf

make view
# --> show with xpdf


To use a different file name, e.g., m1r4-today-before-brunch.pdf,

make PDF=m1r4-today-before-brunch.pdf pdf
make PDF=m1r4-today-before-brunch.pdf view

If using that name a lot, it's easier to

export PDF=m1r4-today-before-brunch.pdf

and then

make -e pdf
make -e view


To use a different PDF viewer than xpdf, set the environment
variable DSV_PDFVIEWER

E.g.,

export DSV_PDFVIEWER=evince
make view


The sheets are in a more natural order than before:

- power and FPGA capacitors
- FPGA banks
- reset
- memories (DRAM, NOR)
- multimedia (audio, DVI, video in, DMX/MIDI/IR), ethernet
- all the USB ports
- misc (JTAG/LEDs/memory card/button)

I've updated
http://downloads.qi-hardware.com/people/werner/tmp/m1r4.pdf

- Werner
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to