Altera_Forum
Honored Contributor
19 years agoProblem 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 , and whatever data is , the result tmp=ff00, will anyone tell me why?