Forum Discussion
aamodini
New Contributor
1 year agoCyclone 10 GX Temperature Sensor - Memory Mapped Agent
Hi, I am trying to read out board temperature values using the Temperature Sensor IP, from Nios using the Avalon MM Interface. I am confused as to what the connections should be, since all t...
sstrell
Super Contributor
1 year agoAccording to the user guide, this IP for Cyclone 10 GX does not natively support an Avalon interface. You have to read the tempout signal at the falling edge of eoc and calculate the temperature based on the tempout value.
You could register that value and create an Avalon-accessible memory-mapped location, but it's not native to the IP.