Skip to content

Commit

Permalink
Add missing copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
  • Loading branch information
jwnrt committed Mar 28, 2024
1 parent 621b899 commit c113947
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dv/uvm/icache/dv/fcov/ibex_icache_fcov_if.sv
Original file line number Diff line number Diff line change
@@ -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
) (
Expand Down
4 changes: 4 additions & 0 deletions rtl/ibex_core.f
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions rtl/ibex_counter.sv
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions util/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c113947

Please sign in to comment.