Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- I do require that the register is always accessed as a 32-bit DWORD (alt_u32). Doesn't that guarantee correctness ? --- Quote End --- Depends if you can really guarantee it. If, for instance, you connect the slave to the PCIe to Avalon bridge, you'll see two 32bit cycles generated for a single 32bit host transfer (because there is a 64 to 32 bit bus adapter and all PCIe cycles are actually 64bit). So it really isn't worth ignoring the byte enable.