From 5c210be7d913b539a0caaa1ca4507a8b9a76a864 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 6 May 2017 20:58:00 +0200 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 5b11091..de97f57 100644 --- a/notes.md +++ b/notes.md @@ -111,3 +111,4 @@ 2017-04-23T21:56:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2017-05-06T00:49:00 - Minor doc updates: linking to article on quantization (prophet) 2017-05-06T02:34:00 - Quick fix, referencing a known issue from the official repo (prophet) +2017-05-06T20:58:00 - Implementing approach from a new paper read last night (prophet)