From 3b62399f92e9faa2602ac30865e5fc3c7c4e12b8 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 4 Mar 2024 17:55:02 -0600 Subject: rtl/picorv32: remove timescale --- rtl/picorv32/picorv32.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/picorv32/picorv32.v b/rtl/picorv32/picorv32.v index f13cea9..e4ef08a 100644 --- a/rtl/picorv32/picorv32.v +++ b/rtl/picorv32/picorv32.v @@ -22,7 +22,7 @@ /* verilator lint_off CASEOVERLAP */ /* verilator lint_off CASEINCOMPLETE */ -`timescale 1 ns / 1 ps +// `timescale 1 ns / 1 ps // `default_nettype none // `define DEBUGNETS // `define DEBUGREGS -- cgit v1.2.3