Is it possible to test a HDL design with multiple clocks using FPGA-in-the loop and Simulink?
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to test a design using FPGA-in-the-loop simulation. ¿Is it possible to test a design that contains multiple clocks with different frequencies? (200MHz,100MHz,50 MHz and 25 MHz).
Thanks
댓글 수: 0
답변 (1개)
Tao Jia
2016년 7월 3일
FPGA-in-the-Loop does not support multiple asynchronous clocks. If all your clocks are synchronous, i.e., they are derived from the same clock, it might work, but you'll probably have perform some manual modification to the FPGA-in-the-Loop generated FPGA project to make that work.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!