From 7d822eae6d3006eaa507ca45de8e3cf6749a4237 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 18 Jan 2024 23:06:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 98544ae..0b778bf 100644 --- a/notes.md +++ b/notes.md @@ -351,3 +351,4 @@ 2023-11-17T05:11:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2023-11-17T02:46:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-01-18T04:51:00 - Implementing approach from a new paper read last night (pulp-runtime) +2024-01-18T23:06:00 - Refactor for clarity, might break a few tests though (pulp-runtime)