mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Add missing copyright headers
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
This commit is contained in:
parent
621b89969a
commit
c1139477dc
4 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
) (
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue