- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 the ports appear as conduit during instantiation. The idea is to have a memory mapped interface that displays 'tempout' value, whenever there is a request from Nios (Avalon MM Host)
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Aamodini,
As mentioned by sstrell, the ADC does not natively support an Avalon interface. You can latch the data on tempout at the falling edge of eoc. When the corectl signal remains asserted, the ADC starts a new conversion cycle and provides an updated temperature value on tempout.
Let me know if you need further clarification.
Best regards,
Fakhrul
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page