From 73eedafc7ebd1b52e960aa6081e6ff8c4d250569 Mon Sep 17 00:00:00 2001 From: uvok Date: Mon, 29 Dec 2025 16:11:01 +0100 Subject: Shut up verilators timescale warnings --- fifo.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fifo.v') diff --git a/fifo.v b/fifo.v index b8ddb0f..eaaa8a8 100644 --- a/fifo.v +++ b/fifo.v @@ -1,3 +1,5 @@ +`timescale 1us/1us + module fifo #( parameter DATA_WIDTH = 8, parameter DATA_DEPTH = 1024 -- cgit v1.2.3