Update Bmb bridges
This commit is contained in:
parent
0301ced000
commit
49b4b61a1a
|
@ -85,8 +85,7 @@ object DBusSimpleBus{
|
|||
contextWidth = 1,
|
||||
canRead = true,
|
||||
canWrite = true,
|
||||
allowUnalignedWordBurst = false,
|
||||
allowUnalignedByteBurst = false,
|
||||
alignment = BmbParameter.BurstAlignement.LENGTH,
|
||||
maximumPendingTransactionPerId = Int.MaxValue
|
||||
)
|
||||
}
|
||||
|
|
|
@ -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
|
||||
)
|
||||
}
|
||||
|
|
|
@ -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)\"'
|
||||
|
|
Loading…
Reference in New Issue