diff --git a/dv/uvm/icache/dv/fcov/ibex_icache_fcov_if.sv b/dv/uvm/icache/dv/fcov/ibex_icache_fcov_if.sv index 2cdb23b4..4f6eda01 100644 --- a/dv/uvm/icache/dv/fcov/ibex_icache_fcov_if.sv +++ b/dv/uvm/icache/dv/fcov/ibex_icache_fcov_if.sv @@ -1,3 +1,7 @@ +// Copyright lowRISC contributors. +// Licensed under the Apache License, Version 2.0, see LICENSE for details. +// SPDX-License-Identifier: Apache-2.0 + interface ibex_icache_fcov_if import ibex_pkg::*; #( parameter int NUM_FB = 4 ) ( diff --git a/rtl/ibex_core.f b/rtl/ibex_core.f index 83e8396b..cde47fca 100644 --- a/rtl/ibex_core.f +++ b/rtl/ibex_core.f @@ -1,3 +1,7 @@ +// Copyright lowRISC contributors. +// Licensed under the Apache License, Version 2.0, see LICENSE for details. +// SPDX-License-Identifier: Apache-2.0 + ibex_pkg.sv ibex_alu.sv ibex_compressed_decoder.sv diff --git a/rtl/ibex_counter.sv b/rtl/ibex_counter.sv index a6187b78..c78e510e 100644 --- a/rtl/ibex_counter.sv +++ b/rtl/ibex_counter.sv @@ -1,3 +1,7 @@ +// Copyright lowRISC contributors. +// Licensed under the Apache License, Version 2.0, see LICENSE for details. +// SPDX-License-Identifier: Apache-2.0 + module ibex_counter #( parameter int CounterWidth = 32, // When set `counter_val_upd_o` provides an incremented version of the counter value, otherwise diff --git a/util/Makefile b/util/Makefile index 14e8b11b..2a279310 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,3 +1,7 @@ +# Copyright lowRISC contributors. +# Licensed under the Apache License, Version 2.0, see LICENSE for details. +# SPDX-License-Identifier: Apache-2.0 + .PHONY: lint lint: mypy --strict sv2v_in_place.py