Add extra comments in stimulus output.

This commit is contained in:
Matt Guthaus 2018-02-26 14:39:06 -08:00
parent 45295b5cfa
commit 35137d1c67
1 changed files with 2 additions and 2 deletions

View File

@ -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))