Intel® FPGA University Program
University Program Material, Education Boards, and Laboratory Exercises
1175 Discussions

I run modelsim gate level simulation for FPGA max10. I got error message: Module 'dffeas' is not defined. please let me know where can find 'dffeas'? ?

WTang11
Beginner
1,006 Views

can you provide contact info of FAE for Broadcom in Irvine South California?

0 Kudos
1 Reply
Kenny_Tan
Moderator
733 Views

make sure you simulation all the libraries needed when you do vsim.

e.g.

vsim -t 1ps +transport_int_delays +transport_path_delays -L altera_ver -L cycloneiii_ver -L gate_work -L work -voptargs="+acc" countt

 

use the scripts help you to do this. For the FAE, can you look into the intel mainpage for this?

0 Kudos
Reply