mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Add license header to new floating point Makefiles
This commit is contained in:
parent
d7edeef79a
commit
0bfd0dc32d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user