Skip to content

Commit

Permalink
stream_inft: Add missing include of assertions.svh
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-platzer committed Oct 1, 2024
1 parent 5b66e85 commit f69ec8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stream_intf.sv
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

// Author: Florian Zaruba <[email protected]>

`include "common_cells/assertions.svh"

/// A stream interface with custom payload of type `payload_t`.
/// Handshaking rules as defined in the AXI standard.
interface STREAM_DV #(
Expand Down

0 comments on commit f69ec8d

Please sign in to comment.