Forum Discussion

RayHaynes1's avatar
RayHaynes1
Icon for Occasional Contributor rankOccasional Contributor
1 year ago
Solved

What is this file - dcalc_extrapolate_dump_0000.txt

With each build a file called dcalc_extrapolate_dump_0000.txt (0000 increments each time) is generated. It's over 1/2 gigabyte in size. It start being created during the Early Timing Analysis and fin...
  • RayHaynes1's avatar
    RayHaynes1
    1 year ago

    Noticed in the GUI message window at the start of a build a message stating that the ipgenerate tool was using an INI file (quartus.ini). Curious what might be in it I took a look and low and behold found this line. So it's apparently some debug feature of Quartus. No idea why it was set on mine

    dcalc_force_negative_transitions_to_zero_and_print_debug_warning=on

    Set it to off and those files are no longer created. Problem solved :-).