Posts by Jean Willian S. J. • 13 points
3 posts
-
0
votes1
answer37
viewsA: First clock problem reading a ROM
The problem was that outputs should be set after the process. library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity memoria is Port ( clock, reset :in STD_LOGIC; valor : out STD_LOGIC_VECTOR(7 downto…
vhdlanswered Jean Willian S. J. 13 -
0
votes1
answer37
viewsQ: First 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 Jean Willian S. J. 13 -
1
votes1
answer148
viewsQ: Problem switching between charts using Cardlayout
Hello, I’m having problems using Cardlayout to display the two-class graphics. I intended to show each graph at once and display the other at the push of a button, however when I press the button…