From 3f879c69c885b95b9ef7e43025a20052c18c1b29 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 11 Nov 2016 10:04:27 -0800 Subject: [PATCH] Add TODO to convert lib to negative edge for data --- compiler/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/TODO b/compiler/TODO index 4124ca20..dedb2b05 100644 --- a/compiler/TODO +++ b/compiler/TODO @@ -31,4 +31,7 @@ Fix stimuli.py to be more readable. Change the delay measurement to be from the negative clock edge to remove the dependency on the clock period. -Remove duplicate clock inverter in MS flop. \ No newline at end of file +Remove duplicate clock inverter in MS flop. + +Make lib file have delay relative to negedge for DATA. Must update +timing code too. \ No newline at end of file