[tlul_fifo_async] Remove outdated assertion
This assertion was outdated compared to the requirements of the async
fifos. Given that assertions to check these requirements already exists
in the fifos themselves, the assertion can just be removed.
Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
diff --git a/hw/ip/tlul/rtl/tlul_fifo_async.sv b/hw/ip/tlul/rtl/tlul_fifo_async.sv
index 9a6bbc3..fd0958c 100644
--- a/hw/ip/tlul/rtl/tlul_fifo_async.sv
+++ b/hw/ip/tlul/rtl/tlul_fifo_async.sv
@@ -87,9 +87,4 @@
.rdepth_o ()
);
- ////////////////
- // Assertions //
- ////////////////
- `ASSERT_INIT(DepthGTE3_A, ReqDepth >= 3 && RspDepth >= 3)
-
endmodule