Forum Discussion

ThomasTessier's avatar
ThomasTessier
Icon for Occasional Contributor rankOccasional Contributor
3 years ago
Solved

What is: altera_mem_if_sequencer_cpu_no_ifdef_params_sim_cpu_inst.tr file and how to use it?

I am running an ArriaV design in simulation (QuartusPrime 21.1 with Cadence Xcelium). An in my simulation directory I get the following file: altera_mem_if_sequencer_cpu_no_ifdef_params_sim_cpu_in...
  • AdzimZM_Altera's avatar
    3 years ago

    Hi Tom,


    I can see which file that you are mentioning and it's a file that has been generated when running the simulation. This file actually captures the transaction of the simulation. So the size is depends on the transaction.

    If you want to disable this file, you can check in the testbench file located in the submodules folder.

    The name of the testbench file is altera_mem_if_sequencer_cpu_no_ifdef_params_sim_cpu_inst_test_bench.v.

    In the testbench file, you can scroll down until line 694 to 704. These lines will create the file and write the transactions into the file.

    By disabling lines 694 to 704, the file will not generated.


    Regards,

    Adzim