aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-03-30 20:28:55 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-03-30 20:29:07 -0700
commit7f3c072750a71f2800cfb03531ec16699c20bb34 (patch)
treef92a5276dfb52c35348dd88dc55e3c57d00c5fe1 /config.h.in
parent180554d8f20e6ed5d90790579b85535c890ebc68 (diff)
downloadspike-7f3c072750a71f2800cfb03531ec16699c20bb34.zip
spike-7f3c072750a71f2800cfb03531ec16699c20bb34.tar.gz
spike-7f3c072750a71f2800cfb03531ec16699c20bb34.tar.bz2
Implement RVC draft
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 52c7253..5293fa8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -45,6 +45,9 @@
/* Enable PC histogram generation */
#undef RISCV_ENABLE_HISTOGRAM
+/* Define if RISC-V Compressed is supported */
+#undef RISCV_ENABLE_RVC
+
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
#undef SOFTFLOAT_ENABLED