All public logs
Jump to navigation
Jump to search
Combined display of all available logs of emmtrix Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:42, 8 April 2025 Timo.stripf talk contribs created page Automatic C to Rust Translation (Created page with "Great. I’ll gather information on currently maintained and relevant automatic C to Rust translation tools, focusing on technical depth for programmers with compiler knowledge. I’ll include comparisons of these tools in terms of design, limitations, translation strategies, and internal implementation details such as parsing, AST handling, and safety mapping. I’ll format the article in a Wikipedia-like structure with proper sections and references. I’ll let you kn...") Tag: Visual edit: Switched
- 08:04, 4 April 2025 Timo.stripf talk contribs created page File:Tricore History.png
- 08:04, 4 April 2025 Timo.stripf talk contribs uploaded File:Tricore History.png
- 07:14, 4 April 2025 Timo.stripf talk contribs created page File:PPU Applications.jpg
- 07:14, 4 April 2025 Timo.stripf talk contribs uploaded File:PPU Applications.jpg
- 07:08, 4 April 2025 Timo.stripf talk contribs created page Talk:Infineon AURIX TC4x Parallel Processing Unit (PPU) (Created page with "== 512-bit PPU == The bit-width of the PPU is not fixed to 512-bit. It is flexible between 128 and 256-bits. == Rework toolchain chapter == The toolchain chapter is tool Synopsys centric. It needs rework.")
- 06:59, 4 April 2025 Timo.stripf talk contribs created page Infineon AURIX TC4x Parallel Processing Unit (PPU) (Created page with "The '''Parallel Processing Unit (PPU)''' in Infineon’s AURIX™ TC4x microcontroller family is a specialized co-processor designed to accelerate highly parallel computations for automotive and industrial applications. It complements the TC4x’s TriCore™ 1.8 CPUs by offloading computationally intensive tasks such as digital signal processing and neural network inference, enabling artificial intelligence (AI) capabilities up to the highest automotive safety levels (AS...")
- 08:37, 26 March 2025 Timo.stripf talk contribs created page Pointer Resolve Transformation (Created page with " == Pointer Resolve Transformation in emmtrix Studio == emmtrix Studio supports pointer resolving both through #pragma directives and via the graphical user interface (GUI). The pointer resolve transformation tries to replace pointers ... === Example === In the following example, partial loop unrolling is applied with an unroll factor of 3. Please note: A condition of <code>i < n - 2</code> would be incorrect as <code>n - 2</code> overflow for values like <code>n =...") Tag: Visual edit: Switched
- 04:08, 22 March 2025 Timo.stripf talk contribs created page User:Timo.stripf/test2 (Created page with "Prozessor-Pipeline des Infineon TriCore TC3xx Kerns Überblick Die Infineon TriCore TC3xx Familie von Mikrocontrollern ist eine bedeutende Produktlinie für anspruchsvolle Anwendungen im Automobil- und Industriesektor. Diese Mikrocontroller zeichnen sich durch hohe Leistung, Sicherheitsfunktionen und integrierte Sicherheitsmodule aus <ref>{{cite web |url=https://www.infineon.com/cms/en/product/microcontroller/32-bit-tricore-microcontroller/32-bit-tricore-aurix-tc3xx/ |...") Tag: Visual edit
- 13:53, 21 March 2025 Timo.stripf talk contribs created page File:AURIX TC399 LFBGA-516 plain.jpg
- 13:53, 21 March 2025 Timo.stripf talk contribs uploaded File:AURIX TC399 LFBGA-516 plain.jpg
- 11:16, 17 March 2025 Timo.stripf talk contribs uploaded File:Favicon.ico
- 11:10, 17 March 2025 Timo.stripf talk contribs created page File:Favicon.ico (Created page with "#REDIRECT [https://www.emmtrix.com/favicon.ico]")
- 11:07, 17 March 2025 Timo.stripf talk contribs created page File:Wordmark.png
- 11:07, 17 March 2025 Timo.stripf talk contribs uploaded File:Wordmark.png
- 19:39, 11 March 2025 Timo.stripf talk contribs created page User:Timo.stripf/test (Created page with "Ich werde einen MediaWiki-Artikel über "Logical Execution Time" (LET) erstellen, mit Fokus auf deeply embedded Systeme, insbesondere im Automotive-Bereich mit AUTOSAR. Der Artikel wird technisch fundiert sein und sich an technische Leser richten. Er wird die theoretischen Grundlagen, Implementierung in Echtzeitsystemen, insbesondere mit AUTOSAR, sowie Anwendungen in eingebetteten Systemen behandeln. Der Artikel wird so strukturiert sein, dass später ein Werkzeug zur Pe...")
- 03:51, 8 March 2025 Timo.stripf talk contribs created page File:inlining subst.jpg
- 03:51, 8 March 2025 Timo.stripf talk contribs uploaded File:inlining subst.jpg
- 03:46, 8 March 2025 Timo.stripf talk contribs created page File:inlining overhead.jpg
- 03:46, 8 March 2025 Timo.stripf talk contribs uploaded File:inlining overhead.jpg
- 02:11, 7 March 2025 Timo.stripf talk contribs deleted page Loop Interchange (content was: "#REDIRECT Loop Interchange Transformation", and the only contributor was "Timo.stripf" (talk))
- 02:10, 7 March 2025 Timo.stripf talk contribs moved page Loop Interchange to Loop Interchange Transformation
- 03:02, 1 March 2025 Timo.stripf talk contribs created page Bitblast Transformation (Created page with "A '''bitblast transformation''' is a technique used in '''formal verification''', particularly in '''SAT solving''' and '''SMT solving'''. It refers to the process of converting expressions that operate on '''word-level data types''' (such as 32-bit integers or bitvectors) into equivalent logic formulas operating on '''individual bits'''. This transformation allows complex operations to be handled by '''Boolean satisfiability solvers''' (SAT solvers), which operate exclu...")
- 22:41, 28 February 2025 Timo.stripf talk contribs moved page Loop Unrolling to Loop Unrolling Transformation without leaving a redirect
- 09:24, 6 February 2025 Timo.stripf talk contribs created page Code Sinking (Created page with " ==Code Sinking Transformation in emmtrix Studio== emmtrix Studio can implement code sinking using #pragma directives or via the GUI. CodeSinking is a transformation that tries to move code parts to valid positions that are executed less often. === Typical Usage and Benefits === The transformation is used to optimize the runtime of the application by moving code parts out of loops or behind conditions to reduce the number of times the code is executed. === Example ===...") Tag: Visual edit
- 12:26, 29 January 2025 Timo.stripf talk contribs created page Category:Math Function Accuracy (Created page with "Category:Categories") Tag: Visual edit
- 11:06, 28 January 2025 Timo.stripf talk contribs created page Finding Highest ULP of Math Functions (Created page with " This article discusses methods for measuring and finding the maximum Unit in the Last Place (ULP) error in floating-point math functions. It covers both single-precision (binary32) and double-precision (binary64) IEEE 754 formats, highlighting the impracticality of exhaustive search for large input spaces and presenting a universal search algorithm that focuses on identifying inputs likely to produce large errors. == Background == In the IEEE 754 single-precision fo...") Tag: Visual edit: Switched
- 10:50, 19 December 2024 Timo.stripf talk contribs deleted page test (content was: "Hello, world 3!", and the only contributor was "Timo.stripf" (talk))
- 12:52, 10 December 2024 Timo.stripf talk contribs deleted page Group:Schema properties (content was: "", and the only contributor was "Timo.stripf" (talk))
- 12:52, 10 December 2024 Timo.stripf talk contribs created page Group:Schema properties (Timo.stripf created the page Group:Schema properties using a non-default content model "plain text")
- 12:52, 10 December 2024 Timo.stripf talk contribs created the page Group:Schema properties using a non-default content model "plain text"
- 12:50, 10 December 2024 Timo.stripf talk contribs deleted page smw/schema:Group:Predefined properties (content was: "", and the only contributor was "Timo.stripf" (talk))
- 12:50, 10 December 2024 Timo.stripf talk contribs created page smw/schema:Group:Predefined properties (Timo.stripf created the page smw/schema:Group:Predefined properties using a non-default content model "plain text")
- 12:50, 10 December 2024 Timo.stripf talk contribs created the page smw/schema:Group:Predefined properties using a non-default content model "plain text"
- 12:16, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Has type (content was: "This is the page of special property '''Has type'''. It lists all properties using this special property. See the help page Special property Has type for further information.", and the only contributor was "Timo.stripf" (talk))
- 12:15, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Owl:differentFrom (content was: "* Imported from::owl:differentFrom * Property description::The property that determines that two given individuals are different.@en Category:Imported vocabulary {{DISPLAYTITLE:owl:differentFrom}}", and the only contributor was "Maintenance script" (talk))
- 12:14, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Is test (content was: "This property is of datatype Has type::Text.", and the only contributor was "Timo.stripf" (talk))
- 12:14, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Foaf:name (content was: "* Imported from::foaf:name * Property description::A name for some thing or agent.@en Category:Imported vocabulary {{DISPLAYTITLE:foaf:name}}", and the only contributor was "Maintenance script" (talk))
- 12:14, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Foaf:knows (content was: "* Imported from::foaf:knows * Property description::A person known by this person (indicating some level of reciprocated interaction between the parties).@en Category:Imported vocabulary {{DISPLAYTITLE:foaf:knows}}", and the only contributor was "Maintenance script" (talk))
- 12:13, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Foaf:homepage (content was: "* Imported from::foaf:homepage * Property description::URL of the homepage of something, which is a general web resource.@en Category:Imported vocabulary {{DISPLAYTITLE:foaf:homepage}}", and the only contributor was "Maintenance script" (talk))
- 01:42, 10 December 2024 Timo.stripf talk contribs created page emmtrix Code Vectorizer (Created page with "emmtrix Code Vectorizer is a C source-to-source compiler that vectorizes") Tag: Visual edit
- 12:08, 21 November 2024 Timo.stripf talk contribs created page ULP Difference of Float Numbers (Created page with "'''Unit in the Last Place (ULP)''' is a term used in computing to describe the difference in representation between two floating-point numbers. It is the smallest possible difference between two distinct floating-point values at a given precision. In simpler terms, ULP helps measure how many discrete steps separate two floating-point numbers, which is particularly useful when assessing rounding errors and numerical stability in floating-point computations. In floating-p...") Tag: Visual edit
- 13:47, 15 November 2024 Timo.stripf talk contribs created page tanh Software Implementation (Created page with " {{#widget:TestGoogleGraph |data=[["-2^127",0,0],["-2^126",0,0],["-2^125",0,0],["-2^124",0,0],["-2^123",0,0],["-2^122",0,0],["-2^121",0,0],["-2^120",0,0],["-2^119",0,0],["-2^118",0,0],["-2^117",0,0],["-2^116",0,0],["-2^115",0,0],["-2^114",0,0],["-2^113",0,0],["-2^112",0,0],["-2^111",0,0],["-2^110",0,0],["-2^109",0,0],["-2^108",0,0],["-2^107",0,0],["-2^106",0,0],["-2^105",0,0],["-2^104",0,0],["-2^103",0,0],["-2^102",0,0],["-2^101",0,0],["-2^100",0,0],["-2^99",0,0],["-2...") Tag: Visual edit: Switched
- 13:43, 15 November 2024 Timo.stripf talk contribs moved page Widget:TestGoogleGraph to Widget:FloatErrorGraph without leaving a redirect
- 08:52, 15 November 2024 Timo.stripf talk contribs created page Widget:TestGoogleGraph (Created page with "<widget> <includeonly> <script src="https://www.gstatic.com/charts/loader.js"></script> <script> google.charts.load('current', { packages: ['corechart'] }); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Task', 'Hours per Day'], ['Work', 8], ['Eat', 2], ['Commute', 2], ['Watch TV', 3], ['Sleep', 7] ]...")
- 22:49, 13 October 2024 Timo.stripf talk contribs created page Infineon AURIX TC2xx (Created page with "== External Links == * https://www.infineon.com/cms/en/product/microcontroller/32-bit-tricore-microcontroller/32-bit-tricore-aurix-tc2xx/ * [https://www.infineon.com/dgdl/Infineon-TC29x_B-step-UM-v01_03-EN.pdf?fileId=5546d46269bda8df0169ca1bdee424a2 TC29x B-Step User Manual] Category:Supported Architectures") Tag: Visual edit
- 18:12, 12 October 2024 Timo.stripf talk contribs moved page TriCore Instruction Set Architecture to TriCore Instruction Set Architecture
- 08:40, 12 October 2024 Timo.stripf talk contribs uploaded File:TC3xx Processor Core, Local Memory and Connectivity.png
- 08:40, 12 October 2024 Timo.stripf talk contribs created page File:TC3xx Processor Core, Local Memory and Connectivity.png
- 19:49, 11 October 2024 Timo.stripf talk contribs uploaded File:TC3xx On-Chip System Connectivity.png