File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 7769
7769
param_decl:
7770
7770
{
7771
7771
SecDisableScrambling: 1'b0
7772
+ FlopToKmac: 1'b1
7772
7773
}
7773
7774
clock_connections:
7774
7775
{
7793
7794
sent to KMAC. This may break long paths.
7794
7795
'''
7795
7796
type: bit
7796
- default: 1'b0
7797
+ default: 1'b1
7797
7798
local: "false"
7798
7799
expose: "true"
7799
7800
name_top: RomCtrl0FlopToKmac
7968
7969
param_decl:
7969
7970
{
7970
7971
SecDisableScrambling: 1'b0
7972
+ FlopToKmac: 1'b1
7971
7973
}
7972
7974
clock_connections:
7973
7975
{
7992
7994
sent to KMAC. This may break long paths.
7993
7995
'''
7994
7996
type: bit
7995
- default: 1'b0
7997
+ default: 1'b1
7996
7998
local: "false"
7997
7999
expose: "true"
7998
8000
name_top: RomCtrl1FlopToKmac
Original file line number Diff line number Diff line change 887
887
}
888
888
},
889
889
param_decl: {
890
- SecDisableScrambling: "1'b0"
890
+ SecDisableScrambling: "1'b0",
891
+ FlopToKmac: "1'b1"
891
892
}
892
893
},
893
894
{ name: "rom_ctrl1",
913
914
}
914
915
},
915
916
param_decl: {
916
- SecDisableScrambling: "1'b0"
917
+ SecDisableScrambling: "1'b0",
918
+ FlopToKmac: "1'b1"
917
919
}
918
920
},
919
921
{ name: "dma",
Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ module top_darjeeling #(
108
108
parameter bit SramCtrlMboxEccCorrection = 0 ,
109
109
// parameters for rom_ctrl0
110
110
parameter RomCtrl0BootRomInitFile = " " ,
111
- parameter bit RomCtrl0FlopToKmac = 1'b0 ,
111
+ parameter bit RomCtrl0FlopToKmac = 1'b1 ,
112
112
parameter bit SecRomCtrl0DisableScrambling = 1'b0 ,
113
113
// parameters for rom_ctrl1
114
114
parameter RomCtrl1BootRomInitFile = " " ,
115
- parameter bit RomCtrl1FlopToKmac = 1'b0 ,
115
+ parameter bit RomCtrl1FlopToKmac = 1'b1 ,
116
116
parameter bit SecRomCtrl1DisableScrambling = 1'b0 ,
117
117
// parameters for dma
118
118
parameter bit DmaEnableDataIntgGen = 1'b1 ,
You can’t perform that action at this time.
0 commit comments