mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 21:08:08 -04:00
Add license header to new floating point Makefiles
This commit is contained in:
parent
d7edeef79a
commit
0bfd0dc32d
4 changed files with 14 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue