From 9411d5c8cfe0e479bddbc8035f3528e8b8db7b8b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 14 Apr 2019 08:56:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9fb873a..6c99bd3 100644 --- a/notes.md +++ b/notes.md @@ -171,3 +171,4 @@ 2018-12-24T02:48:00 - Minor doc updates: linking to article on quantization (prophet) 2018-12-24T23:44:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2019-03-15T20:03:00 - Quick fix, referencing a known issue from the official repo (prophet) +2019-04-14T08:56:00 - Refactor for clarity, might break a few tests though (prophet)