You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The garbage collection test (tb_030) requires the exhaustion of all memory to fail. For some simulators, the heap can be set and limited. For others, like ghdl, it doesn't allow this from a command line. It's recommended that the amount of heap is limited via ulimit under linux for this test. For systems with a large amount of memory, this test may pass without garbage collection actually being implemented.
I am unsure how to go about doing this within the simulation framework.
The text was updated successfully, but these errors were encountered:
The garbage collection test (tb_030) requires the exhaustion of all memory to fail. For some simulators, the heap can be set and limited. For others, like
ghdl
, it doesn't allow this from a command line. It's recommended that the amount of heap is limited viaulimit
under linux for this test. For systems with a large amount of memory, this test may pass without garbage collection actually being implemented.I am unsure how to go about doing this within the simulation framework.
The text was updated successfully, but these errors were encountered: