From 6a7da77a92a2d6960e5a5dcf50b82a7940bfc31b Mon Sep 17 00:00:00 2001 From: alexmadison Date: Mon, 20 Jun 2022 15:43:22 +0200 Subject: [PATCH] removed line pulldown delays oops --- test/unit_tests/texel_dualcore_glue/test.act | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit_tests/texel_dualcore_glue/test.act b/test/unit_tests/texel_dualcore_glue/test.act index a5853b2..52efbdf 100644 --- a/test/unit_tests/texel_dualcore_glue/test.act +++ b/test/unit_tests/texel_dualcore_glue/test.act @@ -69,9 +69,9 @@ pint N_MON_AMZO_PER_NRN = 3; pint N_FLAGS_PER_SYN = 5; // Syn: Must be at least 3 (since those ones have special safety) pint N_FLAGS_PER_NRN = 3; // and leq than the number of bits in a reg, since have presumed only needs one. -pint N_BUFFERS = 3; +pint N_BUFFERS = 5; -pint N_LINE_PD_DLY = 3; +pint N_LINE_PD_DLY = 0; pint REG_NCA = 6; pint REG_M = 1<