Pages

Thursday, May 30, 2013

fongtoy biscuit python module diy notes - Guzunty Pi 16o8i v0.1



























I have been trying to separate more code from the one big piece noodle like python program into small pieces of python modules.  Next module to expand is fongtoy ftguzuntipi.

I would start with the 16o8i core.  I first loaded the xsvf file to gpi and found everything OK.

pi@raspberrypi ~ $ cd Guzunty
pi@raspberrypi ~/Guzunty $ cd Pi
pi@raspberrypi ~/Guzunty/Pi $ ls
bill of materials  design files  README.md  schematic  src

pi@raspberrypi ~/Guzunty/Pi $ cd src
pi@raspberrypi ~/Guzunty/Pi/src $ ls
gz_16i8o  gz_24i1O  gz_25i  gz_4p8o8i  gz_arduino     gzlib    gz_test
gz_16o8i  gz_24o1I  gz_25o  gz_8p8i    gz_led_driver  gz_load

pi@raspberrypi ~/Guzunty/Pi/src $ cd gz_16o8i
pi@raspberrypi ~/Guzunty/Pi/src/gz_16o8i $ ls
gz_16o8i    gz_16o8i.rpt            gz_16o8i.ucf  gz_16o8i_wave.png  Makefile
gz_16o8i.c  gz_16o8i_testbench.vhd  gz_16o8i.vhd  gz_16o8i.xsvf

pi@raspberrypi ~/Guzunty/Pi/src/gz_16o8i $ sudo gz_load gz_16o8i.xsvf
Guzunty loader v5.01, portions courtesy Xilinx, Inc.
XSVF file = gz_16o8i.xsvf
SUCCESS - Completed XSVF execution.
Execution Time = 10.080 seconds

pi@raspberrypi ~/Guzunty/Pi/src/gz_16o8i $ date
Thu May 30 02:12:02 UTC 2013


.END

No comments:

Post a Comment