Forum Discussion
After watchdog for dual-config is enabled, the FPGA seems like not work properly every dozens of seconds. Why?
FPGA communicates with another FPGA with PHY chip. Normally(watchdog enable checkbox not checked), the PHY link led is always off when communication is good. While after I enble watchdog for dual-config(watchdog enable checkbox checked) and set watchdog value to any value, the link led will be on for about 2 seconds and return to be off. This will also be repeated after dozens of seconds. Why? How will I use the watchdog for dual-config? I didn't run remote update after power-up and the FPGA just run application firmware(just ethernet communication with another FPGA using PHY chip).
Attached file is my fpga code for the dual-config.
54 Replies
- JohnT_Altera
Regular Contributor
Hi,
It is part of the Quartus software. In Quartus --> Tools --> System Debugging Tools --> System Console.
- KWang97
Occasional Contributor
Is System Console Quartus software? How to open it. I don't know what it is.
- JohnT_Altera
Regular Contributor
Hi,
Please open System Console and load the .tcl file provided. Then you can follow the userguide on how to use it. Just focus on using the ASMI parallel location as this is connected to On Chip Flash IP.
- JohnT_Altera
Regular Contributor
Hi,
After connecting and follow the memory mapping in the Platform designer, then you can directly use System Console to write it.
- KWang97
Occasional Contributor
After connecting the On Chip Flash IP to JTAG to Avalon Master, then what's the next step? How to code in FPGA and how to operate to realize the function that I can modify the generated file and then directly program into FPGA.
Then FPGA will have application image in CFM and serial number in UFM.
- JohnT_Altera
Regular Contributor
Hi,
This is the connection. So when you generate the HDL code using Platform designer then it will generate the code for you.
The picture you are observing the overall connection where Platform Designer will show how the Avalon is connected.
- KWang97
Occasional Contributor
I can only open file like this picture. But I can't see any other information like code to operate this qsys.
- JohnT_Altera
Regular Contributor
Hi,
Please use Qsys or Platform Designer under Tools to open the system level design.
- KWang97
Occasional Contributor
Hi,@JohnT (Intel)
I just use flash IP and instantiated in VHDL. I just write and read with VHDL and didn't use others connected with flash IP. So please give me more specific resources about this. The userguide.dox is very simple and I can't get anythin about it.
I also can just open the project you uploaded as pictures below, how to see the code ?