A
AMARO
Hi,
I'm trying to build a VHDL code for a RAM model with two address
decoders,
One is the row decoder and the second is column decoder
these decoders select a single cell (1-bit) during read or write
operation.
unfortunately most of the VHDL books and even the internet describe
only a single type of memory that comes with 8 bits wide data bus.
and declared like this
data : in std_logic_vector (7 downto 0);
I'm very keen to know how it can be modelled
could you please give me an answer to my questions
Cheers
allan martin
I'm trying to build a VHDL code for a RAM model with two address
decoders,
One is the row decoder and the second is column decoder
these decoders select a single cell (1-bit) during read or write
operation.
unfortunately most of the VHDL books and even the internet describe
only a single type of memory that comes with 8 bits wide data bus.
and declared like this
data : in std_logic_vector (7 downto 0);
I'm very keen to know how it can be modelled
could you please give me an answer to my questions
Cheers
allan martin