summaryrefslogtreecommitdiff
path: root/tb
diff options
context:
space:
mode:
Diffstat (limited to 'tb')
-rw-r--r--tb/top/conspiracion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tb/top/conspiracion.cpp b/tb/top/conspiracion.cpp
index b73bd4b..6af5d0b 100644
--- a/tb/top/conspiracion.cpp
+++ b/tb/top/conspiracion.cpp
@@ -230,9 +230,9 @@ int main(int argc, char **argv)
tick();
};
- top.reset_reset_n = 0;
+ top.rst_n = 0;
cycle();
- top.reset_reset_n = 1;
+ top.rst_n = 1;
for(unsigned i = 0; i < *cycles; ++i)
{