Most voted "vhdl" questions
5 questions
Sort by count of
-
19
votes4
answers6112
viewsVHDL is a programming language?
VHDL is a language very present in books dealing with logic circuits, but little is spoken of it in other contexts. There is not even a tag vhdl no Stack Overflow em Português. Então: VHDL is a…
-
3
votes2
answers130
viewsWhy can’t all if have Isis?
I’m exploring a little about FPGA and wanted to do something very simple, a button that when clicked would change the status. Ignoring the other problems in logic itself, the fact that caught my…
-
0
votes1
answer37
viewsFirst clock problem reading a ROM
Hello, I’m trying to make a VHDL ROM where a certain amount of bytes is stored and, when receiving a clock pulse, one of the values is read and sent to the output while the memory counter is…
vhdlasked 6 years, 5 months ago Jean Willian S. J. 13 -
0
votes0
answers33
viewsMy VHDL code never compiles
I made an algorithm in vhdl and my program is not compiling, it is taking on average 30 minutes up to an hour and is stuck at 80%, I do not know why, I’m using the version of Quartus 13.01, and my…
-
0
votes0
answers8
viewsVHDL - Send multiple data from different blocks over a bus
I’ve been exploring VHDL and I have a problem I haven’t been able to solve. I have several inputs (data outputs from different Fifos) that are ready to be sent at the same time. These inputs are…