Update Bmb bridges

This commit is contained in:
Charles Papon 2019-05-20 14:14:42 +02:00
parent 0301ced000
commit 49b4b61a1a
3 changed files with 4 additions and 4 deletions

View File

@ -85,8 +85,7 @@ object DBusSimpleBus{
contextWidth = 1,
canRead = true,
canWrite = true,
allowUnalignedWordBurst = false,
allowUnalignedByteBurst = false,
alignment = BmbParameter.BurstAlignement.LENGTH,
maximumPendingTransactionPerId = Int.MaxValue
)
}

View File

@ -82,8 +82,7 @@ object IBusSimpleBus{
contextWidth = 0,
canRead = true,
canWrite = false,
allowUnalignedWordBurst = false,
allowUnalignedByteBurst = false,
alignment = BmbParameter.BurstAlignement.LENGTH,
maximumPendingTransactionPerId = if(plugin != null) plugin.pendingMax else Int.MaxValue
)
}

View File

@ -110,8 +110,10 @@ ifneq ($(shell grep timerInterrupt ../../../../VexRiscv.v -w),)
endif
ifneq ($(shell grep externalInterrupt ../../../../VexRiscv.v -w),)
ifneq ($(EXTERNAL_INTERRUPT),no)
ADDCFLAGS += -CFLAGS -DEXTERNAL_INTERRUPT
endif
endif
ifneq ($(RUN_HEX),no)
ADDCFLAGS += -CFLAGS -DRUN_HEX='\"$(RUN_HEX)\"'