VHDL (VHSIC Hardware Description Language) is a language used in electronic design to describe digital systems such as FPGA (field-programmable gate arrays) and IC (integrated circuits).
I am doing animation of algorithms using VHDL on Altera DE1. In this project, I have to display text to …
vhdl fpga vgaMAJOR EDIT: Problem was solved after reading Will Dean's comment. The original question is below the revised code: -- REVISED …
vhdl intel-fpgaI need to get the values of several signals to check them against the simulation (the simulation is in Matlab). …
vhdl modelsimI am running some VHDL through ModelSim. Each error and warning has its own error code (like this: (vcom-1292) Slice …
vhdl fpga modelsimHow can I implement a VHDL function which has "don't care" inputs and have the "don't cares" be directly represented? …
vhdl truthtableFlip-Flops(,Registers ...) are usually triggered by a rising or falling edge. But mostly in code you see an if-clause which …
hardware vhdl synthesisAlright 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 ps2I am using Vivado 2015.3 and a Zybo board and I am trying to implement a very simple AXI lite IP …
vhdl vivado zynqI have a problem with a vhdl assignment. I need to create a FIFO buffer between a bus of 500MHz …
vhdl fifo clock-synchronization clockvery basic question: How do I know where the port/signal/value should be placed on which side of the …
vhdl fpga xilinx