diff options
Diffstat (limited to 'tb/top')
| -rw-r--r-- | tb/top/conspiracion.cpp | 4 |
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) { |
