From af0c8cc4d36f9d4b8826f297a98ea08079aa702f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 10 Dec 2022 21:38:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a4e925d..c97aff0 100644 --- a/notes.md +++ b/notes.md @@ -267,3 +267,4 @@ 2022-12-09T03:11:00 - Minor doc updates: linking to article on quantization (prophet) 2022-12-10T02:17:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2022-12-10T00:36:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2022-12-10T21:38:00 - Implementing approach from a new paper read last night (prophet)