Add missing copyright headers

Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
This commit is contained in:
James Wainwright 2024-03-27 12:03:39 +00:00
parent 621b89969a
commit c1139477dc
4 changed files with 16 additions and 0 deletions

View file

@ -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::*; #( interface ibex_icache_fcov_if import ibex_pkg::*; #(
parameter int NUM_FB = 4 parameter int NUM_FB = 4
) ( ) (

View file

@ -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_pkg.sv
ibex_alu.sv ibex_alu.sv
ibex_compressed_decoder.sv ibex_compressed_decoder.sv

View file

@ -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 #( module ibex_counter #(
parameter int CounterWidth = 32, parameter int CounterWidth = 32,
// When set `counter_val_upd_o` provides an incremented version of the counter value, otherwise // When set `counter_val_upd_o` provides an incremented version of the counter value, otherwise

View file

@ -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 .PHONY: lint
lint: lint:
mypy --strict sv2v_in_place.py mypy --strict sv2v_in_place.py