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
{
7794
7795
adding chip area.
7795
7796
'''
7796
7797
type: bit
7797
- default: 1'b0
7798
+ default: 1'b1
7798
7799
local: "false"
7799
7800
expose: "true"
7800
7801
name_top: RomCtrl0FlopToKmac
7969
7970
param_decl:
7970
7971
{
7971
7972
SecDisableScrambling: 1'b0
7973
+ FlopToKmac: 1'b1
7972
7974
}
7973
7975
clock_connections:
7974
7976
{
7994
7996
adding chip area.
7995
7997
'''
7996
7998
type: bit
7997
- default: 1'b0
7999
+ default: 1'b1
7998
8000
local: "false"
7999
8001
expose: "true"
8000
8002
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