Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Problem with the IOWR and IORD

in an Ethernet program developed by IDE I do a test , writing: IOWR ( DM9000A_Base, 1, data); tmp=IORD ( DM9000A_Base ,1); Should not the tmp be the same with the data? the result is not ...