diff --git a/dv/uvm/core_ibex/Makefile b/dv/uvm/core_ibex/Makefile index 66fd3678..96c14d3d 100644 --- a/dv/uvm/core_ibex/Makefile +++ b/dv/uvm/core_ibex/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 + # Top-Level Makefile ############################################################################### diff --git a/dv/uvm/core_ibex/scripts/compile_test.py b/dv/uvm/core_ibex/scripts/compile_test.py index bf9f20b2..f9c94ac9 100755 --- a/dv/uvm/core_ibex/scripts/compile_test.py +++ b/dv/uvm/core_ibex/scripts/compile_test.py @@ -1,10 +1,9 @@ #!/usr/bin/env python3 -"""Compile the different test sources to create binaries, ready for simulation.""" # Copyright lowRISC contributors. # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 - +"""Compile the different test sources to create binaries, ready for simulation.""" import argparse from typing import Tuple, Dict, List diff --git a/dv/uvm/core_ibex/scripts/get_meta.mk b/dv/uvm/core_ibex/scripts/get_meta.mk index b04ca905..34938fd0 100644 --- a/dv/uvm/core_ibex/scripts/get_meta.mk +++ b/dv/uvm/core_ibex/scripts/get_meta.mk @@ -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 + define get-metadata-variable env PYTHONPATH=$(PYTHONPATH) python3 ./scripts/metadata.py \ --op "print_field" \ diff --git a/dv/uvm/core_ibex/scripts/ibex_sim.mk b/dv/uvm/core_ibex/scripts/ibex_sim.mk index 159098da..2687569e 100644 --- a/dv/uvm/core_ibex/scripts/ibex_sim.mk +++ b/dv/uvm/core_ibex/scripts/ibex_sim.mk @@ -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 + ############################################################################### TB-COMPILE-STAMP = $(METADATA-DIR)/tb.compile.stamp diff --git a/dv/uvm/core_ibex/scripts/riscvdv.mk b/dv/uvm/core_ibex/scripts/riscvdv.mk index 06a980bd..5a058faa 100644 --- a/dv/uvm/core_ibex/scripts/riscvdv.mk +++ b/dv/uvm/core_ibex/scripts/riscvdv.mk @@ -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 + ############################################################################### CORE-CONFIG-STAMP = $(METADATA-DIR)/core.config.stamp diff --git a/dv/uvm/core_ibex/scripts/util.mk b/dv/uvm/core_ibex/scripts/util.mk index 26e9af7d..a9226285 100644 --- a/dv/uvm/core_ibex/scripts/util.mk +++ b/dv/uvm/core_ibex/scripts/util.mk @@ -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 + ############################################################################### ######## EXAMPLE OF VARIABLE DUMPING ############ # This target depends on the vendored in code in $(GEN_DIR). It also depends on the