diff --git a/SynthIPCombined/config_fastmode.info b/SynthIPCombined/config_fastmode.info new file mode 100644 index 0000000..16de65a --- /dev/null +++ b/SynthIPCombined/config_fastmode.info @@ -0,0 +1,11 @@ +description: "Patch for configuration (fastmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_fastmode.patch +project_name: FeaturePerfCSCollection +shortname: config_fastmode +feature_tags: +- fastmode +- no_smallmode diff --git a/SynthIPCombined/config_fastmode.patch b/SynthIPCombined/config_fastmode.patch new file mode 100644 index 0000000..2237077 --- /dev/null +++ b/SynthIPCombined/config_fastmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPCombined/main.cpp b/projects/SynthIPCombined/main.cpp +index b8a13df..d4f8fbf 100644 +--- a/projects/SynthIPCombined/main.cpp ++++ b/projects/SynthIPCombined/main.cpp +@@ -616,7 +616,7 @@ int main(int argc, char **argv) { + decompress = true; + } + +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + + const size_t BUFSIZE = getBufsize(MyConfig::small, decompress); + diff --git a/SynthIPCombined/config_fastmode_smallmode.info b/SynthIPCombined/config_fastmode_smallmode.info new file mode 100644 index 0000000..0870b43 --- /dev/null +++ b/SynthIPCombined/config_fastmode_smallmode.info @@ -0,0 +1,11 @@ +description: "Patch for configuration (fastmode, smallmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_fastmode_smallmode.patch +project_name: FeaturePerfCSCollection +shortname: config_fastmode_smallmode +feature_tags: +- fastmode +- smallmode diff --git a/SynthIPCombined/config_fastmode_smallmode.patch b/SynthIPCombined/config_fastmode_smallmode.patch new file mode 100644 index 0000000..63451ad --- /dev/null +++ b/SynthIPCombined/config_fastmode_smallmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPCombined/main.cpp b/projects/SynthIPCombined/main.cpp +index b8a13df..33417d7 100644 +--- a/projects/SynthIPCombined/main.cpp ++++ b/projects/SynthIPCombined/main.cpp +@@ -616,7 +616,7 @@ int main(int argc, char **argv) { + decompress = true; + } + +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + + const size_t BUFSIZE = getBufsize(MyConfig::small, decompress); + diff --git a/SynthIPCombined/config_smallmode.info b/SynthIPCombined/config_smallmode.info new file mode 100644 index 0000000..117db8d --- /dev/null +++ b/SynthIPCombined/config_smallmode.info @@ -0,0 +1,11 @@ +description: "Patch for configuration (smallmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_smallmode.patch +project_name: FeaturePerfCSCollection +shortname: config_smallmode +feature_tags: +- no_fastmode +- smallmode diff --git a/SynthIPCombined/config_smallmode.patch b/SynthIPCombined/config_smallmode.patch new file mode 100644 index 0000000..cc97653 --- /dev/null +++ b/SynthIPCombined/config_smallmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPCombined/main.cpp b/projects/SynthIPCombined/main.cpp +index b8a13df..5de05af 100644 +--- a/projects/SynthIPCombined/main.cpp ++++ b/projects/SynthIPCombined/main.cpp +@@ -616,7 +616,7 @@ int main(int argc, char **argv) { + decompress = true; + } + +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + + const size_t BUFSIZE = getBufsize(MyConfig::small, decompress); + diff --git a/SynthIPTemplate/config_COMPRESS.info b/SynthIPTemplate/config_COMPRESS.info new file mode 100644 index 0000000..e2ac2fd --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS +feature_tags: +- Compress +- no_fastmode +- no_smallmode diff --git a/SynthIPTemplate/config_COMPRESS.patch b/SynthIPTemplate/config_COMPRESS.patch new file mode 100644 index 0000000..8f4474f --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate/main.cpp b/projects/SynthIPTemplate/main.cpp +index 2d514db..13d2de5 100644 +--- a/projects/SynthIPTemplate/main.cpp ++++ b/projects/SynthIPTemplate/main.cpp +@@ -657,7 +657,7 @@ public: + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(); + + return 0; diff --git a/SynthIPTemplate/config_COMPRESS_fastmode.info b/SynthIPTemplate/config_COMPRESS_fastmode.info new file mode 100644 index 0000000..f39b238 --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS_fastmode.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS, fastmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS_fastmode.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS_fastmode +feature_tags: +- Compress +- fastmode +- no_smallmode diff --git a/SynthIPTemplate/config_COMPRESS_fastmode.patch b/SynthIPTemplate/config_COMPRESS_fastmode.patch new file mode 100644 index 0000000..86b2191 --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS_fastmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate/main.cpp b/projects/SynthIPTemplate/main.cpp +index 2d514db..25de886 100644 +--- a/projects/SynthIPTemplate/main.cpp ++++ b/projects/SynthIPTemplate/main.cpp +@@ -657,7 +657,7 @@ public: + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(); + + return 0; diff --git a/SynthIPTemplate/config_COMPRESS_fastmode_smallmode.info b/SynthIPTemplate/config_COMPRESS_fastmode_smallmode.info new file mode 100644 index 0000000..f603f2b --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS_fastmode_smallmode.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS, fastmode, smallmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS_fastmode_smallmode.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS_fastmode_smallmode +feature_tags: +- Compress +- fastmode +- smallmode diff --git a/SynthIPTemplate/config_COMPRESS_fastmode_smallmode.patch b/SynthIPTemplate/config_COMPRESS_fastmode_smallmode.patch new file mode 100644 index 0000000..9e95a4f --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS_fastmode_smallmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate/main.cpp b/projects/SynthIPTemplate/main.cpp +index 2d514db..0fa7586 100644 +--- a/projects/SynthIPTemplate/main.cpp ++++ b/projects/SynthIPTemplate/main.cpp +@@ -657,7 +657,7 @@ public: + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(); + + return 0; diff --git a/SynthIPTemplate/config_COMPRESS_smallmode.info b/SynthIPTemplate/config_COMPRESS_smallmode.info new file mode 100644 index 0000000..0735fad --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS_smallmode.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS, smallmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS_smallmode.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS_smallmode +feature_tags: +- Compress +- no_fastmode +- smallmode diff --git a/SynthIPTemplate/config_COMPRESS_smallmode.patch b/SynthIPTemplate/config_COMPRESS_smallmode.patch new file mode 100644 index 0000000..71a8c71 --- /dev/null +++ b/SynthIPTemplate/config_COMPRESS_smallmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate/main.cpp b/projects/SynthIPTemplate/main.cpp +index 2d514db..f0af120 100644 +--- a/projects/SynthIPTemplate/main.cpp ++++ b/projects/SynthIPTemplate/main.cpp +@@ -657,7 +657,7 @@ public: + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(); + + return 0; diff --git a/SynthIPTemplate2/config_COMPRESS.info b/SynthIPTemplate2/config_COMPRESS.info new file mode 100644 index 0000000..e2ac2fd --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS +feature_tags: +- Compress +- no_fastmode +- no_smallmode diff --git a/SynthIPTemplate2/config_COMPRESS.patch b/SynthIPTemplate2/config_COMPRESS.patch new file mode 100644 index 0000000..5b07629 --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate2/main.cpp b/projects/SynthIPTemplate2/main.cpp +index 97d463e..8f8502a 100644 +--- a/projects/SynthIPTemplate2/main.cpp ++++ b/projects/SynthIPTemplate2/main.cpp +@@ -675,7 +675,7 @@ struct YALZ77Configurator { + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(getSearchlen(MyConfig::fast), + getBlocksize(MyConfig::small), + getBufsize(MyConfig::small, MyConfig::mode)); diff --git a/SynthIPTemplate2/config_COMPRESS_fastmode.info b/SynthIPTemplate2/config_COMPRESS_fastmode.info new file mode 100644 index 0000000..f39b238 --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS_fastmode.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS, fastmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS_fastmode.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS_fastmode +feature_tags: +- Compress +- fastmode +- no_smallmode diff --git a/SynthIPTemplate2/config_COMPRESS_fastmode.patch b/SynthIPTemplate2/config_COMPRESS_fastmode.patch new file mode 100644 index 0000000..16e0400 --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS_fastmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate2/main.cpp b/projects/SynthIPTemplate2/main.cpp +index 97d463e..c11b7f0 100644 +--- a/projects/SynthIPTemplate2/main.cpp ++++ b/projects/SynthIPTemplate2/main.cpp +@@ -675,7 +675,7 @@ struct YALZ77Configurator { + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(getSearchlen(MyConfig::fast), + getBlocksize(MyConfig::small), + getBufsize(MyConfig::small, MyConfig::mode)); diff --git a/SynthIPTemplate2/config_COMPRESS_fastmode_smallmode.info b/SynthIPTemplate2/config_COMPRESS_fastmode_smallmode.info new file mode 100644 index 0000000..f603f2b --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS_fastmode_smallmode.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS, fastmode, smallmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS_fastmode_smallmode.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS_fastmode_smallmode +feature_tags: +- Compress +- fastmode +- smallmode diff --git a/SynthIPTemplate2/config_COMPRESS_fastmode_smallmode.patch b/SynthIPTemplate2/config_COMPRESS_fastmode_smallmode.patch new file mode 100644 index 0000000..929b71d --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS_fastmode_smallmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate2/main.cpp b/projects/SynthIPTemplate2/main.cpp +index 97d463e..a3e62cf 100644 +--- a/projects/SynthIPTemplate2/main.cpp ++++ b/projects/SynthIPTemplate2/main.cpp +@@ -675,7 +675,7 @@ struct YALZ77Configurator { + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(getSearchlen(MyConfig::fast), + getBlocksize(MyConfig::small), + getBufsize(MyConfig::small, MyConfig::mode)); diff --git a/SynthIPTemplate2/config_COMPRESS_smallmode.info b/SynthIPTemplate2/config_COMPRESS_smallmode.info new file mode 100644 index 0000000..0735fad --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS_smallmode.info @@ -0,0 +1,12 @@ +description: "Patch for configuration (COMPRESS, smallmode)" +include_revisions: + revision_range: + start: 45b18e4224be6977f41572d250b4c0c224953684 + end: master +path: config_COMPRESS_smallmode.patch +project_name: FeaturePerfCSCollection +shortname: config_COMPRESS_smallmode +feature_tags: +- Compress +- no_fastmode +- smallmode diff --git a/SynthIPTemplate2/config_COMPRESS_smallmode.patch b/SynthIPTemplate2/config_COMPRESS_smallmode.patch new file mode 100644 index 0000000..3622363 --- /dev/null +++ b/SynthIPTemplate2/config_COMPRESS_smallmode.patch @@ -0,0 +1,13 @@ +diff --git a/projects/SynthIPTemplate2/main.cpp b/projects/SynthIPTemplate2/main.cpp +index 97d463e..5a63b68 100644 +--- a/projects/SynthIPTemplate2/main.cpp ++++ b/projects/SynthIPTemplate2/main.cpp +@@ -675,7 +675,7 @@ struct YALZ77Configurator { + }; + + int main() { +- using MyConfig = YALZ77Configurator; ++ using MyConfig = YALZ77Configurator; + MyConfig::YALZ77::run(getSearchlen(MyConfig::fast), + getBlocksize(MyConfig::small), + getBufsize(MyConfig::small, MyConfig::mode));