From a06b106858398b105fb89e83418cdb176735a1b0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 12 Nov 2022 00:49:00 +0100 Subject: [PATCH] Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b2319b84414..09e46eebbff 100644 --- a/notes.md +++ b/notes.md @@ -311,3 +311,4 @@ 2022-07-25T22:07:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2022-08-26T23:36:00 - Implementing approach from a new paper read last night (pytorch) 2022-08-26T05:15:00 - Refactor for clarity, might break a few tests though (pytorch) +2022-11-12T00:49:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch)