S29jl064j simulation model compile error.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
yuxi_3250341
Level 3
Level 3
First like received

Hi there,

I'm currently using S29jl064j simulation model in my design. I experienced some problems during the sim job, so I intend to use the testbench inside of the simulation model to re-run the sim, and see what the device model behaves.

Following the instructions in the manual (S29jl064j\Model_Manual_English.pdf):

•  conversions.vhd : compile to library FMF

•  gen_utils.vhd: compile to library FMF

•  model.vhd: compile to library work

The file model.vhd depends on conversion.vhd and gen_utils.vhdand therefore needs to be compiled only after these two files.

I do the sim according to above requirements, but the simulator just throws error info:

** Error: (vcom-11) Could not find work.amd_tc_pkg.

** Error: D:/UFD_sync/delete/S29jl064j/utilities/CreateSDF/testbench.vhd(41): (vcom-1195) Cannot find expanded name "work.amd_tc_pkg".

** Error: D:/UFD_sync/delete/S29jl064j/utilities/CreateSDF/testbench.vhd(41): Unknown expanded name.

** Error: D:/UFD_sync/delete/S29jl064j/utilities/CreateSDF/testbench.vhd(46): VHDL Compiler exiting

From the error info, it seems like something "amd_tc_pkg" is missing. I searched through all files in the simulation model directory, and I only find the following lines in testbench.vhd model:

LIBRARY work;

    USE work.amd_tc_pkg.ALL;

Such "amd_tc_pkg" is used here, but it is NOT defined anywhere else.

So my questions are:

How can I fix the error?

How do I run simulation with the "\S29jl064j\utilities\CreateSDF\testbench.vhd" testbench?

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

Hello,

Please use the updated model attached with this response for simulation.

Let us know if you face any issues.

Thanks and Regards,

Sudheesh

View solution in original post

0 Likes
6 Replies
SudheeshK
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hello,

Sorry for the delay in our response.

Could you please let me know the version of VHDL model of the part S29JL064J that you used for simulation?

Thanks and Regards,

Sudheesh

0 Likes

Hello Sudheesh,

Thanks for your kind reply. The VHDL model's filename is "s29jl064j.vhd"; judging from the "modification history" in its comments, its version is V1.1, mod date is 13 Nov 29.

Thanks & Best Regards

xieyl

March 9, 2020

0 Likes

Hello,

We would like to know one more information related to this problem. Are you using SDF file for your simulations?


Thanks and Regards,

Sudheesh

0 Likes

Hello, no, we are not using SDF file.

Thanks & Best Regards

xieyl

200311

0 Likes
lock attach
Attachments are accessible only for community members.

Hello,

Please use the updated model attached with this response for simulation.

Let us know if you face any issues.

Thanks and Regards,

Sudheesh

0 Likes

Thank you, Sudheesh, I'll try it 🙂

Thanks & Best Retards

xieyl

March 13, 2020

0 Likes