Description: I created a testbench/env from scratch and all the files compile individually. The sim starts running but immediately ends with a fatal message saying the test can't be found because it's not registered with the factory (it is).
class test_001 extends base_test;
`uvm_component_utils(test_001)
…
Product/Topic Name :
dsim studio version 2025, configured to use uvm 1.2, running on Visual Studio Code on an Ubuntu 22.04.2 virtual machine (on a Mac Pro).
Related question: how do I do the equivalent of "make clean"? It looks like dsim is using files that aren't the latest (i.e. I fix or add something but the same errors show up), so I'd like to clean and try again.