Skip to content

Commit

Permalink
修复参数化类的句柄问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Git authored Jun 27, 2024
1 parent 4d2aea6 commit fd853d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pysvuvm/svuvm_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
uvm_factory factory = uvm_factory::get();
uvm_object obj;
uvm_component comp;
uvm_sequence seq;
uvm_sequencer sqr;
uvm_sequence_base seq;
uvm_sequencer_base sqr;

obj = factory.create_object_by_name(seq_name, "", seq_name);
if (obj == null) begin
Expand Down

0 comments on commit fd853d1

Please sign in to comment.