Altera_Forum
Honored Contributor
16 years agoIncorrectly reading system timestamp?
I have just tried to migrate my design into Quartus II 9.0SP2 (from 6.0). After overcoming several other hurdles, I seem stuck on this one. My design has compiled just fine, but when I try to Debug the project, I am getting the following timestamp error:
--- Quote Start --- Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Reading System ID at address 0x000010F0: ID value does not match: read 0x017C0074; expected 0x26ACCFA6 Timestamp value does not match: image on board is older than expected Read timestamp 7:00:04 1992/01/24; expected 13:10:49 2009/09/14 The software you are downloading may not run on the system which is currently configured into the device. Please download the correct SOF or recompile. Restarting target processor --- Quote End --- Now, before you tell me that this has been discussed 100 times, and I just need to download the proper .sof file, let me explain that I have already done that. By comparison, with the same hardware, I'll now open Nios II V6.0 and try to Debug again: --- Quote Start --- Reading System ID at address 0x000010F0: ID value does not match: read 0x26ACCFA6; expected 0xEA60D0F2 Timestamp value does not match: image on board is newer than expected Read timestamp 13:10:49 2009/09/14; expected 9:11:44 2009/08/31 --- Quote End --- Ignore the fact that it's failing, and just look at the timestamp that was read back. It's exactly what it should be reading back (in this example, I attempted to run an older version, just so I could see this message with V6.0). I checked the sopc file, and my system ID is 648859558, with Time stamp = 1252962869. I'd have to look up how to convert that to a date - currently I'm not certain whether that is correct or not, but I can tell you it certainly wasn't created in 1992. The address is at 0x000010F0, just where Nios is expecting it to be. Is there some additional configuration I need to do to properly set up the newer version of Quartus and Nios to read from the correct address? This type of headache is exactly why I've put off upgrading for so long! Thanks in advance for any help on this!