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).
This is the diagram we were given for class: Why wouldn't you just use C4 in this image? If C4 …
vhdl boolean-logic circuitIn simulation this works perfect. Is this is the best way of checking for zeros for a synthesisable code. What …
vhdlIs there any possible way to create a for loop in the form: for i in 0 to some_var loop // …
loops for-loop while-loop vhdl synthesizei need to declared the values that the counter is to take in a 2D array. Also, how do i …
vhdlI have a question related to conversion from numeric_std to std_logic_vector. I am using moving average filter …
vhdl fpga xilinx hdl intel-fpgaThis is a pretty simple question, but I haven't been able to make this work yet, nor has any searching …
overflow vhdlI have almost successfully implemented n-bit adder-subtractor. It works fine, except for one thing. Carry after an unsigned subtraction doesn't …
logic vhdl addition subtractionI keep forgetting and its difficult to search for the answer in a textbook or the Internet.
syntax vhdlI have a little problem with following VHDL code: process (zbroji) begin if rising_edge(zbroji) then oduzima <= '0…
vhdl(I'd post this in EE but it seems there are far more VHDL questions here...) Background: I'm using the Xilinx …
vhdl clock fpga