mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
Add missing copyright messages / licenses
This commit is contained in:
parent
ce53589e11
commit
afef45d78e
6 changed files with 21 additions and 2 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
|
||||
|
||||
# Top-Level Makefile
|
||||
###############################################################################
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue