mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
Add extra comments in stimulus output.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user