Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
Yes. Just access the specific bit vectors.
IE assign lowbyte_c = word[7:0]; assign highbyte_c = word[15:8]; Pete
My external I/F to embedded SRAM is 16 bit. So I am clubbing two 8 bits and loading to embedded RAM(declared as 16 bit wide data ). Can I access as two 8 bits?
Yes. Just access the specific bit vectors.
IE assign lowbyte_c = word[7:0]; assign highbyte_c = word[15:8]; Pete