Top "Vhdl" questions

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).

What are the best practices for Hardware Description Languages (Verilog, VHDL etc.)

What best practices should be observed when implementing HDL code? What are the commonalities and differences when compared to more …

verilog vhdl hdl
How do I compile and run a VHDL program on Mac with ghdl?

i just wrote a simple VHDL program. I saved the file as a .vhd file. Then I compiled it with …

macos vhdl ghdl
32 Bit ALU in VHDL Carry Out

I'm supposed to write a simple 32 Bit Alu in VHDL. Everything is working fine, except for two things. The ALU …

vhdl alu
Structure of VHDL code for barrel shifter with behavior architecture

I am trying to build a 16 bit barrel shifter with left and right shift capabilities. I am having some issues …

vhdl digital-logic
How to assign pins in Quartus II

We are looking at moving some code into a CPLD or FPGA in order to make it faster. I have …

vhdl intel-fpga quartus
Is it possible to create several instances of the same component using a loop?

I have a component: Component CAU is port ( CLK : in std_logic; RESET : in std_logic; START : in std_logic; …

vhdl
Type conversion in VHDL: real to integer - Is the rounding mode specified?

While debugging the handling of user defined physical types in Vivado (read more), I found a different behavior for type …

type-conversion vhdl xilinx xilinx-ise vivado
Declaring an array within an entity in VHDL

I'm trying to make a buffer to hold 16, 16-bit wide instructions for a small CPU design. I need a way …

syntax-error vhdl hdl
Using entities from another file in VHDL

How does one "include" another file from a workspace in VHDL and then use an architecure of an entity that …

vhdl
Programming VHDL on Linux?

Anyone knows good environment to program VHDL and simulate it (don't matter Xilinx or Altera) using Linux?

linux vhdl xilinx intel-fpga