diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-04-30 18:43:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 18:43:32 +0000 |
commit | b178ea51465fdaf68e848dc8f55be03bd140013a (patch) | |
tree | 2588e19d06ea9f4b615bccd1989e5ea722127333 /bsp/coreip-e31-arty | |
parent | 0c75c6a612a1620bf1ffe82cd5c77ef9a8369045 (diff) | |
parent | 3448fa201b9be5a201fc7496476999975948766a (diff) |
Merge pull request #238 from sifive/hifive1-led
Hifive1 led
Diffstat (limited to 'bsp/coreip-e31-arty')
-rw-r--r-- | bsp/coreip-e31-arty/settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/coreip-e31-arty/settings.mk b/bsp/coreip-e31-arty/settings.mk index c2a2547..0b9c2cb 100644 --- a/bsp/coreip-e31-arty/settings.mk +++ b/bsp/coreip-e31-arty/settings.mk @@ -1,5 +1,5 @@ RISCV_ARCH=rv32imac RISCV_ABI=ilp32 -RISCV_CMODEL=medany +RISCV_CMODEL=medlow TARGET_TAGS=fpga openocd |