1 / 9

Using FPGAs as device

Using FPGAs as device. Programming DIO on the Puppeteer. The Puppeteer FPGA. The FPGA on the Puppeteer has various roles A ‘glue’ chip for various bits of hardware i.e. the serial port handshake and hardware lines An interrupt controller LCD controller ASDL modem support

koen
Télécharger la présentation

Using FPGAs as device

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using FPGAs as device Programming DIO on the Puppeteer

  2. The Puppeteer FPGA • The FPGA on the Puppeteer has various roles • A ‘glue’ chip for various bits of hardware • i.e. the serial port handshake and hardware lines • An interrupt controller • LCD controller • ASDL modem support • Digital Input output port • A parallel port • We are going to concentrate on the programming the DIO in this lecture

  3. Puppeteer DIO • The DIO give an external parallel port connection for the board • On some we have it going through a CPLD board • The StrongARM has General Purpose IO pins for this • GPIO • Some of these are routed through the FPGA to give DIO functionality.

  4. Puppeteer implementation • We don’t have the verilog/vhdl for the chip • We do know the addresses • 0x10400000 • And we know some of the register names and addresses • Given in a header file • We think that the DIO is an opencore version of a Zilog dio chip

More Related