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

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