From f69ec8d1fd823b77eef2615ac5888bbed8a87238 Mon Sep 17 00:00:00 2001 From: Michael Platzer Date: Tue, 1 Oct 2024 09:59:15 +0000 Subject: [PATCH] stream_inft: Add missing include of assertions.svh --- src/stream_intf.sv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stream_intf.sv b/src/stream_intf.sv index b4807f76..23bfde20 100644 --- a/src/stream_intf.sv +++ b/src/stream_intf.sv @@ -11,6 +11,8 @@ // Author: Florian Zaruba +`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 #(