AlexBeasley
Occasional Contributor
3 years agouvm_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...
- 3 years ago
The problem has been spotted.
Note: there is a typo in some of theuvm_config_db#()::get()/set()lines, where I have mixed up "des_vif" and "des_if" for the handle!
Totally didn't spot it!