Add license header to new floating point Makefiles

This commit is contained in:
Jordan Carlin 2024-09-20 16:43:36 -07:00
parent d7edeef79a
commit 0bfd0dc32d
No known key found for this signature in database
4 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Jordan Carlin, jcarlin@hmc.edu, August 2024
# Testfloat vector Makefile for CORE-V-Wally
# Makefile to generate RISCV and IEEE varaints of Testfloat for CORE-V-Wally
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
# Makefile to build testfloat and softfloat executables for IEEE and RISC-V floating point variants

View file

@ -1,6 +1,9 @@
all: ieee riscv
# Jordan Carlin, jcarlin@hmc.edu, September 20 2024
# Makefile to generate floating point testvectors for CORE-V-Wally
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
.PHONY: ieee riscv
.PHONY: ieee riscv clean
all: ieee riscv
ieee:
$(MAKE) -C ieee

View file

@ -1,3 +1,7 @@
# Jordan Carlin, jcarlin@hmc.edu, September 20 2024
# Makefile to generate IEEE floating point testvectors for CORE-V-Wally
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
.DELETE_ON_ERROR:
.SECONDEXPANSION:
.ONESHELL:

View file

@ -1,3 +1,7 @@
# Jordan Carlin, jcarlin@hmc.edu, September 20 2024
# Makefile to generate RISCV floating point testvectors for CORE-V-Wally
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
.DELETE_ON_ERROR:
.SECONDEXPANSION:
.ONESHELL: