Forum Discussion
Altera_Forum
Honored Contributor
12 years agoPin assignments DE4
Hi to all, I have a DE4 Development and Education Board. I'm trying to make a simple project consists of a CPU, an on-chip memory, a jtag-uart, a flash memory (Flash Memory Interface (CFI)), a tri...
Altera_Forum
Honored Contributor
12 years agoYou have specified your data width as 16 bits. The address range will be based on the number of bytes (8-bit) available in the memory. So, that is why you have one more address line as compared to what you're expecting.
Assuming your flash device's data bus is 16-bits wide, ignore the least significant address bit (bit 0).