Forum Discussion
Altera_Forum
Honored Contributor
16 years agoit is not a bug.
26 bits are the address span for 8 bit devices (counting in bytes) 25 bits are for 16 bit devices (words) if your cfi flash is a 16 bit type then you must not connect nios address bit 0 as this bit would always be 0 due to 16bit accesses and so no odd addresses used. so just do not connect nios a[0] that comes from the tristate bridge connect nios a[1] to the lowest adr.bit of your cfi flash device