From 238b891d7a97782411105703452f15cf2831fe24 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 9 May 2023 20:47:00 +0200 Subject: [PATCH] Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5c9517d..f03d153 100644 --- a/notes.md +++ b/notes.md @@ -325,3 +325,4 @@ 2023-05-02T01:50:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2023-05-02T08:47:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) 2023-05-02T05:12:00 - Implementing approach from a new paper read last night (pulp-runtime) +2023-05-09T20:47:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime)