Skip to content

Commit

Permalink
UVM LOGIC_VECTOR_ARRAY SEQUENCER [BUGFIX]: make the DB registration m…
Browse files Browse the repository at this point in the history
…acro parameterized
  • Loading branch information
xmarus09 committed Oct 29, 2024
1 parent cf4d634 commit 038bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/uvm/logic_vector_array/sequencer.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class sequencer #(int unsigned ITEM_WIDTH) extends uvm_sequencer #(sequence_item #(ITEM_WIDTH));
`uvm_component_utils(uvm_logic_vector_array::sequencer #(ITEM_WIDTH))
`uvm_component_param_utils(uvm_logic_vector_array::sequencer #(ITEM_WIDTH))

uvm_reset::sync_terminate reset_sync;

Expand Down

0 comments on commit 038bc44

Please sign in to comment.