Altera_Forum
Honored Contributor
15 years agoImplementing registers in memory
Hi,i need to implement 3 registers on memory.A 16bit and an 8 bit register.And i need access only 8th and 9th bit of 16bit register and 4,5,6,7bit of 8 bit register.How can i do this.should i use IORD, IOWR or IORD/IOWR_XXDIRECT or use arrays like in normal c programming to do this.Can anyone help me in this please?