From 868f97caaaa1fa448dc85685240a289853bdf0e7 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 10 Nov 2016 11:07:14 -0800 Subject: [PATCH] Add optimize inverter TODO --- compiler/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/TODO b/compiler/TODO index e8750fbc..4124ca20 100644 --- a/compiler/TODO +++ b/compiler/TODO @@ -29,4 +29,6 @@ hierarchical_predecode3x8 to hierarchical_predecode class 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. \ No newline at end of file +remove the dependency on the clock period. + +Remove duplicate clock inverter in MS flop. \ No newline at end of file