commit | 261d7a141f0559c307f6c4ddbcc8908eadb99e45 | [log] [tgz] |
---|---|---|
author | komaljaved-lm <72543615+komaljaved-lm@users.noreply.github.com> | Fri Jun 25 16:17:16 2021 +0500 |
committer | GitHub <noreply@github.com> | Fri Jun 25 16:17:16 2021 +0500 |
tree | f92498943aca5164308ee24e443ef6450dd87241 | |
parent | 0fb3142f2ca6b29fabd92a50c194f7ffb85a4ab0 [diff] |
Update picorv32.v
diff --git a/caravel/verilog/rtl/picorv32.v b/caravel/verilog/rtl/picorv32.v index 1316273..845ecdd 100644 --- a/caravel/verilog/rtl/picorv32.v +++ b/caravel/verilog/rtl/picorv32.v
@@ -1,4 +1,3 @@ -`default_nettype none /* * SPDX-FileCopyrightText: 2015 Clifford Wolf * PicoRV32 -- A Small RISC-V (RV32I) Processor Core @@ -19,6 +18,7 @@ * * SPDX-License-Identifier: ISC */ +`default_nettype none /* verilator lint_off WIDTH */ /* verilator lint_off PINMISSING */