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 best practices should be observed when implementing HDL code? What are the commonalities and differences when compared to more …
verilog vhdl hdli just wrote a simple VHDL program. I saved the file as a .vhd file. Then I compiled it with …
macos vhdl ghdlI'm supposed to write a simple 32 Bit Alu in VHDL. Everything is working fine, except for two things. The ALU …
vhdl aluI am trying to build a 16 bit barrel shifter with left and right shift capabilities. I am having some issues …
vhdl digital-logicWe are looking at moving some code into a CPLD or FPGA in order to make it faster. I have …
vhdl intel-fpga quartusI have a component: Component CAU is port ( CLK : in std_logic; RESET : in std_logic; START : in std_logic; …
vhdlWhile 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 vivadoI'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 hdlHow does one "include" another file from a workspace in VHDL and then use an architecure of an entity that …
vhdlAnyone knows good environment to program VHDL and simulate it (don't matter Xilinx or Altera) using Linux?
linux vhdl xilinx intel-fpga