mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Fix trailing back slash in Makefile
This commit is contained in:
parent
f3e02e859d
commit
7538150cc9
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -33,7 +33,8 @@ tbs = $(wildcard tb/*_tb.sv)
|
|||
# RISCV-tests path
|
||||
riscv-test-dir = riscv-tests/isa
|
||||
riscv-tests = rv64ui-p-add rv64ui-p-addi rv64ui-p-slli rv64ui-p-addiw rv64ui-p-addw rv64ui-p-and rv64ui-p-auipc \
|
||||
rv64ui-p-beq rv64ui-p-bge rv64ui-p-bgeu \
|
||||
rv64ui-p-beq rv64ui-p-bge rv64ui-p-bgeu
|
||||
|
||||
riscv-test = rv64ui-p-add
|
||||
# Search here for include files (e.g.: non-standalone components)
|
||||
incdir = ./includes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue