From 4c6234046eab64be6d6271c860db9ccaef9c56aa Mon Sep 17 00:00:00 2001 From: Brady Etz <17091220+b-etz@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:10:38 -0500 Subject: [PATCH] Update misc.v Remove timescale for linter --- src/misc.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.v b/src/misc.v index 3f9da93..0ff9daf 100644 --- a/src/misc.v +++ b/src/misc.v @@ -1,4 +1,4 @@ -`timescale 1ns/10ps +//`timescale 1ns/10ps // misc.v //