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

Did I need to set a proper pin assignment if I running a simulation ?

fpga_nick
Beginner
2,271 Views

I am trying to run a design example simulation for AGIB027R29A1E2VR3, F-tile.
Quartus version v23.3 , Questasim 2023-2.

But the target devkit with proper pin selection only available for F-series devkit - non I-series devkit. If I select F-series devkit, the simulation run well.

While I select "NONE" as my device is targeted  AGIB027R29A1E2VR3, the simulation fail in "ld_debug".

Question - 

  1. Did I need to set a proper pin assignment if I running a simulation ?
  2. If the answer is YES in first question, Can I use the .qsf pin mapping from F-series F-tile and plug directly I-series F-tile ?
Labels (2)
0 Kudos
1 Solution
Wincent_Altera
Employee
2,174 Views

Hi,

 

For running simulation, pin assignment is not required, but you may need to run synthesis.

Using your environment I am able to run the simulation passing the ld_debug.

Please check back the step, Normally the fail will occurs if your host is out of memory, the full simulation of "run -all" normally took few GBs on the memory space, I suggest to try clear the memory before re-run

 

 

Regards,

Wincent_Altera

 

View solution in original post

0 Kudos
5 Replies
fpga_nick
Beginner
2,262 Views

I try , no2 where I use the .qsf from F-series F-tile , plug in to I-series F-tile.
BUT the compilation fail . appreciate if someone can help to advise

fpga_nick_0-1747349897700.png

 

0 Kudos
ShengN_Intel
Employee
2,205 Views

Hi,


May I know which design example and document you're following?


Thanks,

Regards,

Sheng


0 Kudos
fpga_nick
Beginner
2,193 Views

Agilex I-series ES device targeted F-tile Avalon Streaming Example Design. 

0 Kudos
Wincent_Altera
Employee
2,175 Views

Hi,

 

For running simulation, pin assignment is not required, but you may need to run synthesis.

Using your environment I am able to run the simulation passing the ld_debug.

Please check back the step, Normally the fail will occurs if your host is out of memory, the full simulation of "run -all" normally took few GBs on the memory space, I suggest to try clear the memory before re-run

 

 

Regards,

Wincent_Altera

 

0 Kudos
fpga_nick
Beginner
2,075 Views
0 Kudos
Reply