![]() |
|
|
|||||||
![]() |
VHDL - most significant and less significant address |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
i'm having a bit of problem in understand how does this work like
i'm doing a 64x4 bit static ram and it has an address of 6 bits, taking most significant 3 bits into a 3 to 8 decoder and the less significant to the 8x4 bit sram. what i've done so far.. Code:
i don't think that will work could anyone tell me how it works like (most significant and less significant) so that i can fix this? thanks a01lida |
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2008
Location: Denmark
Posts: 245
|
Hi
Your quite right - the 3 most significant bit should be used for decoding and the the rest should be used for internal addressing inside the rams this code should work - hopefully: Code:
Regards Jeppe jeppe |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2008
Posts: 2
|
yes it works
now i understand it i didn't think at all to try and change the vector number! thank you a01lida |
|
|
|