Forum Discussion

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

uvm_config_db fails to get interface UVM QuestaSim

Hi there I am trying to get a simulation working in QuestaSim - Intel FPGA Edition using UVM. Below is the design with all the UVM class extensions `timescale 1ns/1ps `include "uvm_macro...
  • AlexBeasley's avatar
    3 years ago

    The problem has been spotted.

    Note: there is a typo in some of the

    uvm_config_db#()::get()/set()
    

    lines, where I have mixed up "des_vif" and "des_if" for the handle!

    Totally didn't spot it!