- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I work on cyclone IV FPGA with Quartus 10.1 I have an IP which behaves differently in every starting up of the FPGA. Is there a safe way of configuring the fpga (with mode erase all of memories and registers)? or is there any option to activate before compilation? Could someone help me NB: I have initialised every signal and every ram Thanks링크가 복사됨
6 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Either Your design doesn't meet timing constrains or the FPGA is broken.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
take a look at reset logic, maybe add some synchronizes
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
thank you for your reply,
All timing constrains are met and the FPGA is not still broken. I hope, it is something like the reply of "thepancake"- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Are You sure You are not generating any metastability sources? E.g. async inputs?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have checked Mestability report of timeQuest Analyzer but all values are correct
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi everyone,
I resolve the problem by clearing all RAM and FIFO at power-up reset! thx