From 7d171c1e3ae6dab855ee264e7926281c3a4d25ca Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 10 Nov 2022 20:16:05 -0600 Subject: Add reset debounce --- tb/top/conspiracion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tb') 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) { -- cgit v1.2.3