Everything You Didn't Think You Needed to Know About Backsubstitution

Posted on Fri 03 January 2025 in miscellaneous

A grind through the first numerical algorithm you ever learned. And forgot.


Continue reading

Cyclic Control Flow Graphs: Loop Unrolling

Posted on Sun 22 December 2024 in high_level_synthesis

Creating a schedule from a control flow graph with cycles through loop unrolling.


Continue reading

Memory Subsystems

Posted on Sun 08 December 2024 in high_level_synthesis

Inferring RAM modules from LLVM IR involving loads and stores.


Continue reading

Finite State Machine With Datapath (FSMD)

Posted on Thu 28 November 2024 in high_level_synthesis

Turning a schedule into actual RTL.


Continue reading

Basic Scheduling

Posted on Sun 17 November 2024 in high_level_synthesis

Creating a schedule from the graphical representation of an algorithm.


Continue reading

Mocking the Singleton

Posted on Wed 13 November 2024 in miscellaneous

Mocking a singleton with GMock and getting around dependency injection.


Continue reading

A (Very) Brief Explanation of LLVM

Posted on Sat 09 November 2024 in high_level_synthesis

An overview of some LLVM concepts, particularly the graphing of dependencies.


Continue reading

High-Level Synthesis

Posted on Sat 09 November 2024 in high_level_synthesis

Introduction to a series of posts on trying to create a basic high-level synthesis tool.


Continue reading

Miscellaneous

Posted on Sat 09 November 2024 in miscellaneous

A collection of miscellaneous articles that don't really belong anywhere


Continue reading