From 35137d1c6718c539741b6adbab33fc222f41a8ba Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 26 Feb 2018 14:39:06 -0800 Subject: [PATCH] Add extra comments in stimulus output. --- compiler/characterizer/delay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/characterizer/delay.py b/compiler/characterizer/delay.py index 15e0090e..c4efa25c 100644 --- a/compiler/characterizer/delay.py +++ b/compiler/characterizer/delay.py @@ -661,7 +661,7 @@ class delay(): t_current += self.period # One period - msg = "Idle cycle" + msg = "Idle cycle (Read addr 00..00)" self.cycle_comments.append("Cycle{0}\t{1}ns:\t{2}".format(len(self.cycle_times)-1, t_current, msg)) @@ -696,7 +696,7 @@ class delay(): t_current += self.period # One period - msg = "Idle cycle" + msg = "Idle cycle (Read addr 11..11)" self.cycle_comments.append("Cycle{0}\t{1}ns:\t{2}".format(len(self.cycle_times)-1, t_current, msg))