Tommy_SH Posted November 21, 2012 Report Posted November 21, 2012 ask for help: how to dump fsdb in UVM environment with IUS simulator ? I test the configuration method 'uvm_config_db' as the following code: --------------------------------------------------------- class my_env extends uvm_env; function void build_phase(uvm_phase phase); super.build_phase(phase); void'(get_config_int("debug", debug)); //set_config_int("inst2.u1", "v", 88); uvm_config_db #(int)::set(this,"inst2.u1", "v", 9); // does not work !!!! endfunction --------------------------------------------------------- the method 'set_config_int' works well, but 'uvm_config_db' does not work, why i met this issue ? note, i use UVM 1.1 lib. Thanks for your help. Tommy Quote
Tommy_SH Posted November 21, 2012 Author Report Posted November 21, 2012 There is bad title for this subject, how to correct it ? or can i delete this subject ? Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.