A Field-programmable Gate Array (FPGA) is a chip that is configured by the customer after manufacturing—hence "field-programmable".
I have a Xilinx Virtex-II Pro FPGA board that is attached via RS232 to an iRobot Create. The iRobot takes …
c serial-port printf fpga serial-communicationCurrently, I've been involved in FPGA design techniques using Xilinix. While solving design problems, I repeatedly found the use of …
vhdl fpga digital___Hi, everyone. I have instantiated a PLL using the Megawizard in Quartus II. Then I wanted to simulate it using …
vhdl fpga modelsimI am working on a DMA routine to transfer data from PC to a FPGA on a PCIe card. I …
linux-kernel linux-device-driver fpga dma pci-eI want to create an address Decoder that is flexible enough for me to use when changing the number of …
vhdl fpga xilinxI am doing animation of algorithms using VHDL on Altera DE1. In this project, I have to display text to …
vhdl fpga vgaI would like to write a driver in kernel space that: Communicate a FPGA connected by PCIe in a embedded …
linux linux-kernel driver fpga dmaI am running some VHDL through ModelSim. Each error and warning has its own error code (like this: (vcom-1292) Slice …
vhdl fpga modelsimAlright so I'm trying to implement a keyboard controller for use with an altera DE2 FPGA board, and am having …
keyboard vhdl fpga intel-fpga ps2