projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f81e9
)
Fix capitalization of XLEN variable
author
Andrew Waterman
<waterman@cs.berkeley.edu>
Mon, 29 Feb 2016 07:28:32 +0000
(23:28 -0800)
committer
Andrew Waterman
<waterman@cs.berkeley.edu>
Mon, 29 Feb 2016 07:29:01 +0000
(23:29 -0800)
isa/Makefile
patch
|
blob
|
history
diff --git
a/isa/Makefile
b/isa/Makefile
index f815309144b61e47127c8bb5b4ecdf52ac65aeae..415778ea11707bc413e03cad804af928b51812ce 100644
(file)
--- a/
isa/Makefile
+++ b/
isa/Makefile
@@
-75,7
+75,7
@@
endef
$(eval $(call compile_template,rv32ui,-m32))
$(eval $(call compile_template,rv32si,-m32))
$(eval $(call compile_template,rv32mi,-m32))
-ifeq ($(
xlen
),64)
+ifeq ($(
XLEN
),64)
$(eval $(call compile_template,rv64ui))
$(eval $(call compile_template,rv64uf))
$(eval $(call compile_template,rv64si))