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 #(