mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-16 21:00:16 +00:00
[WIP] rules: Fix FPU type mismatch with -permissive in vsim
This commit is contained in:
parent
916bdee9ff
commit
74a95bd03f
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ endif
|
|||
#
|
||||
# VSIM Flags
|
||||
#
|
||||
vsim_flags ?= +ENTRY_POINT=0x1c008080 -dpicpppath /usr/bin/g++ -permit_unmatched_virtual_intf -gBAUDRATE=115200
|
||||
vsim_flags ?= +ENTRY_POINT=0x1c008080 -dpicpppath /usr/bin/g++ -permit_unmatched_virtual_intf -gBAUDRATE=115200 -permissive
|
||||
ifdef bootmode
|
||||
ifeq ($(bootmode), spi)
|
||||
vsim_flags += -gSTIM_FROM=SPI_FLASH -gLOAD_L2=STANDALONE -gUSE_S25FS256S_MODEL=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue