File tree Expand file tree Collapse file tree 10 files changed +51
-0
lines changed Expand file tree Collapse file tree 10 files changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,9 @@ namespace Spv
582
582
MergeINTEL = 5834 ,
583
583
BankBitsINTEL = 5835 ,
584
584
ForcePow2DepthINTEL = 5836 ,
585
+ StridesizeINTEL = 5883 ,
586
+ WordsizeINTEL = 5884 ,
587
+ TrueDualPortINTEL = 5885 ,
585
588
BurstCoalesceINTEL = 5899 ,
586
589
CacheSizeINTEL = 5900 ,
587
590
DontStaticallyCoalesceINTEL = 5901 ,
Original file line number Diff line number Diff line change 13400
13400
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
13401
13401
"version" : "None"
13402
13402
},
13403
+ {
13404
+ "enumerant" : "StridesizeINTEL",
13405
+ "value" : 5883,
13406
+ "parameters" : [
13407
+ { "kind" : "LiteralInteger", "name" : "'Stride Size'" }
13408
+ ],
13409
+ "capabilities" : [ "FPGAMemoryAttributesINTEL" ],
13410
+ "version" : "None"
13411
+ },
13412
+ {
13413
+ "enumerant" : "WordsizeINTEL",
13414
+ "value" : 5884,
13415
+ "parameters" : [
13416
+ { "kind" : "LiteralInteger", "name" : "'Word Size'" }
13417
+ ],
13418
+ "capabilities" : [ "FPGAMemoryAttributesINTEL" ],
13419
+ "version" : "None"
13420
+ },
13421
+ {
13422
+ "enumerant" : "TrueDualPortINTEL",
13423
+ "value" : 5885,
13424
+ "capabilities" : [ "FPGAMemoryAttributesINTEL" ],
13425
+ "version" : "None"
13426
+ },
13403
13427
{
13404
13428
"enumerant" : "BurstCoalesceINTEL",
13405
13429
"value" : 5899,
Original file line number Diff line number Diff line change @@ -581,6 +581,9 @@ public enum Decoration
581
581
MergeINTEL = 5834 ,
582
582
BankBitsINTEL = 5835 ,
583
583
ForcePow2DepthINTEL = 5836 ,
584
+ StridesizeINTEL = 5883 ,
585
+ WordsizeINTEL = 5884 ,
586
+ TrueDualPortINTEL = 5885 ,
584
587
BurstCoalesceINTEL = 5899 ,
585
588
CacheSizeINTEL = 5900 ,
586
589
DontStaticallyCoalesceINTEL = 5901 ,
Original file line number Diff line number Diff line change @@ -587,6 +587,9 @@ typedef enum SpvDecoration_ {
587
587
SpvDecorationMergeINTEL = 5834 ,
588
588
SpvDecorationBankBitsINTEL = 5835 ,
589
589
SpvDecorationForcePow2DepthINTEL = 5836 ,
590
+ SpvDecorationStridesizeINTEL = 5883 ,
591
+ SpvDecorationWordsizeINTEL = 5884 ,
592
+ SpvDecorationTrueDualPortINTEL = 5885 ,
590
593
SpvDecorationBurstCoalesceINTEL = 5899 ,
591
594
SpvDecorationCacheSizeINTEL = 5900 ,
592
595
SpvDecorationDontStaticallyCoalesceINTEL = 5901 ,
Original file line number Diff line number Diff line change @@ -583,6 +583,9 @@ enum Decoration {
583
583
DecorationMergeINTEL = 5834 ,
584
584
DecorationBankBitsINTEL = 5835 ,
585
585
DecorationForcePow2DepthINTEL = 5836 ,
586
+ DecorationStridesizeINTEL = 5883 ,
587
+ DecorationWordsizeINTEL = 5884 ,
588
+ DecorationTrueDualPortINTEL = 5885 ,
586
589
DecorationBurstCoalesceINTEL = 5899 ,
587
590
DecorationCacheSizeINTEL = 5900 ,
588
591
DecorationDontStaticallyCoalesceINTEL = 5901 ,
Original file line number Diff line number Diff line change @@ -583,6 +583,9 @@ enum class Decoration : unsigned {
583
583
MergeINTEL = 5834,
584
584
BankBitsINTEL = 5835,
585
585
ForcePow2DepthINTEL = 5836,
586
+ StridesizeINTEL = 5883,
587
+ WordsizeINTEL = 5884,
588
+ TrueDualPortINTEL = 5885,
586
589
BurstCoalesceINTEL = 5899,
587
590
CacheSizeINTEL = 5900,
588
591
DontStaticallyCoalesceINTEL = 5901,
Original file line number Diff line number Diff line change 609
609
"MergeINTEL" : 5834 ,
610
610
"BankBitsINTEL" : 5835 ,
611
611
"ForcePow2DepthINTEL" : 5836 ,
612
+ "StridesizeINTEL" : 5883 ,
613
+ "WordsizeINTEL" : 5884 ,
614
+ "TrueDualPortINTEL" : 5885 ,
612
615
"BurstCoalesceINTEL" : 5899 ,
613
616
"CacheSizeINTEL" : 5900 ,
614
617
"DontStaticallyCoalesceINTEL" : 5901 ,
Original file line number Diff line number Diff line change @@ -556,6 +556,9 @@ spv = {
556
556
MergeINTEL = 5834 ,
557
557
BankBitsINTEL = 5835 ,
558
558
ForcePow2DepthINTEL = 5836 ,
559
+ StridesizeINTEL = 5883 ,
560
+ WordsizeINTEL = 5884 ,
561
+ TrueDualPortINTEL = 5885 ,
559
562
BurstCoalesceINTEL = 5899 ,
560
563
CacheSizeINTEL = 5900 ,
561
564
DontStaticallyCoalesceINTEL = 5901 ,
Original file line number Diff line number Diff line change 556
556
'MergeINTEL' : 5834 ,
557
557
'BankBitsINTEL' : 5835 ,
558
558
'ForcePow2DepthINTEL' : 5836 ,
559
+ 'StridesizeINTEL' : 5883 ,
560
+ 'WordsizeINTEL' : 5884 ,
561
+ 'TrueDualPortINTEL' : 5885 ,
559
562
'BurstCoalesceINTEL' : 5899 ,
560
563
'CacheSizeINTEL' : 5900 ,
561
564
'DontStaticallyCoalesceINTEL' : 5901 ,
Original file line number Diff line number Diff line change @@ -584,6 +584,9 @@ enum Decoration : uint
584
584
MergeINTEL = 5834 ,
585
585
BankBitsINTEL = 5835 ,
586
586
ForcePow2DepthINTEL = 5836 ,
587
+ StridesizeINTEL = 5883 ,
588
+ WordsizeINTEL = 5884 ,
589
+ TrueDualPortINTEL = 5885 ,
587
590
BurstCoalesceINTEL = 5899 ,
588
591
CacheSizeINTEL = 5900 ,
589
592
DontStaticallyCoalesceINTEL = 5901 ,
You can’t perform that action at this time.
0 commit comments