diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-03-04 17:55:02 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-03-04 17:55:02 -0600 |
| commit | 3b62399f92e9faa2602ac30865e5fc3c7c4e12b8 (patch) | |
| tree | 13e6bc18b995544745b489771cb3a5828c826cfa /rtl | |
| parent | de9994dfb10d435725537a48fadde81fc38a6fc4 (diff) | |
rtl/picorv32: remove timescale
Diffstat (limited to 'rtl')
| -rw-r--r-- | rtl/picorv32/picorv32.v | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
