링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm not 100% certain on on the clock is essential, but if you don't add a clock to a DSP builder design then when you compile it you will have no clock definition (as required in the .sdc file) and it will not try to acheive a required Fmax. Also, I think it will need the clock in order to simulate the design in Simulink.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanx but i am talking about desinging with DSP biulder not with Simulink....
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You need to use a clock block to derive the clock rate, else it will just assume it is running at 50 Mhz. You wont find any clock pin in the design, but after you have compile it, from the top level VHDL file, you will notice there is a clock input pin that required to connect to a clock source from hardware.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Using the DSP Builder Standard blockset you should add the Clock Block. Using DSP Builder Advanced blockset, clock settings are on the Signals block.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Yes, those blocks are needed to configure the clock setting in DSP builder design.
