diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-10 20:16:05 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-13 05:54:44 -0600 |
| commit | 7d171c1e3ae6dab855ee264e7926281c3a4d25ca (patch) | |
| tree | a76910c97fcebc9cbbd39994ae7ca50bfad13346 /tb/top | |
| parent | fb572d6cfb54ce212d2f43de00cb2702f0f433ce (diff) | |
Add reset debounce
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) { |
