FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6356 Discussions

how to simulate the altclkctrl IP ?

zlan01
Beginner
604 Views

how to simulate the altclkctrl IP, which library should be included ? which file of the IP should be used ?

0 Kudos
5 Replies
Kenny_Tan
Moderator
431 Views

Are you using the qsys instantiation? Or just normal instantiate?

 

Which version of Quartus that you were using? Std or Pro?

 

Each of them use different method.

0 Kudos
zlan01
Beginner
431 Views

I am using Quartus-lite-18.1.0.625-windows to implement the project with max10, and when simulate the project, some files can not be found ,

will please tell me which library and files should be add to the simulation project? where I can find them ?

I am using modelsim to make the simulation .

0 Kudos
Kenny_Tan
Moderator
431 Views

What you can do is use the native link simulation. you may refer to here

 

https://www.youtube.com/watch?v=PmVVXQchv2c

 

If you were using platform designer, this method will not work for you.

 

Thanks

0 Kudos
zlan01
Beginner
431 Views

thanks for your help very much,

Can I simulate the altclkctrl IP absolutely independent of the quartus ?

If I want to do so ,how can I do ?

and by the way I do not understand what is "using platform designer"? is that a customized developing board of intel fpga ?

0 Kudos
Kenny_Tan
Moderator
431 Views

Platform design is a tools inside the quartus that use standart interconnect to connect your design. you can refer to https://www.youtube.com/watch?v=d43Pqc_IZpg

 

Yes, you can simulate the altclkctrl IP independent provided you know how to write the scripts. If you follow the https://www.youtube.com/watch?v=PmVVXQchv2c here, you will notice that the Quartus created a script automatically for you to do the simulation. You can make use of the scripts to do your  altclkctrl IP independent of Quartus. -> msim_setup.tcl

0 Kudos
Reply