Skip to content

Commit

Permalink
Merge branch 'marushchenko-fix-uvm-logic_vector_array-sequencer' into…
Browse files Browse the repository at this point in the history
… 'devel'

UVM LOGIC_VECTOR_ARRAY SEQUENCER [BUGFIX]: make the DB registration macro parameterized

See merge request ndk/ndk-fpga!92
  • Loading branch information
radek-isa committed Nov 4, 2024
2 parents 6374091 + 038bc44 commit bf3c431
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 bf3c431

Please sign in to comment.