nbstrong / nand_avalon

NAND Controller (ONFI compliant)
GNU Lesser General Public License v2.1
3 stars 0 forks source link

32-Bit Data Support #2

Open nbstrong opened 2 years ago

nbstrong commented 2 years ago

Currently the controller has a 32 bit connection to the Avalon bus. This is truncated to 8 bits upon entering the nand_master.

That is a lot of wasted throughput on the Avalon bus and the controller would be faster if it used all 32 bits.