blob: 89d0a7d9ea161d34657e41d457e0867f1824c573 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
class spi_sequencer extends dv_base_sequencer#(spi_item, spi_agent_cfg, spi_item);
`uvm_component_utils(spi_sequencer)
`uvm_component_new
endclass : spi_sequencer