sv-tests icon indicating copy to clipboard operation
sv-tests copied to clipboard

VeeR EL2 core is broken

Open MikePopoloski opened this issue 3 months ago • 2 comments

Failing in all tools that do elaboration (slang, verilator) with errors like:

../../../third_party/cores/veer-el2/testbench/uvm/mem/hdl/dccm_monitor.sv:4:28: error: use of undeclared identifier 'uvm_monitor'; did you mean 'dccm_monitor'?
class dccm_monitor extends uvm_monitor;
                           ^~~~~~~~~~~
../../../third_party/cores/veer-el2/testbench/uvm/mem/hdl/dccm_monitor.sv:4:7: note: declared here
class dccm_monitor extends uvm_monitor;
      ^
../../../third_party/cores/veer-el2/testbench/uvm/mem/hdl/dccm_monitor.sv:10:3: error: unknown macro or compiler directive '`uvm_component_utils'
  `uvm_component_utils(dccm_monitor)
  ^

If a test is flat out broken for a long time it seems like it should either be fixed up or removed from the test suite.

MikePopoloski avatar Mar 14 '24 15:03 MikePopoloski