diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-15 19:35:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 19:35:26 +0000 |
commit | 30c143eb5445f47edb351ba54c84ff8285dc27a9 (patch) | |
tree | c02276d630c017ac15e3794ce3ea25be78937da1 /bsp/coreip-s76-rtl | |
parent | 5857568d9db5b626fea43a414a17809afdc9f80b (diff) | |
parent | 5dd316a7fff887877c229be395db74dd62634586 (diff) |
Merge pull request #207 from sifive/tags
Proposal: TARGET_TAGS is used to configure the build and to filter list-targets
Diffstat (limited to 'bsp/coreip-s76-rtl')
-rw-r--r-- | bsp/coreip-s76-rtl/settings.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bsp/coreip-s76-rtl/settings.mk b/bsp/coreip-s76-rtl/settings.mk index a7d8dfa..4d48fc1 100644 --- a/bsp/coreip-s76-rtl/settings.mk +++ b/bsp/coreip-s76-rtl/settings.mk @@ -1,4 +1,7 @@ RISCV_ARCH=rv64imac RISCV_ABI=lp64 RISCV_CMODEL=medany + COREIP_MEM_WIDTH=64 + +TARGET_TAGS=rtl |