removed line pulldown delays oops

This commit is contained in:
alexmadison 2022-06-20 15:43:22 +02:00
parent ce4e6dc23c
commit 6a7da77a92
1 changed files with 2 additions and 2 deletions

View File

@ -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<<REG_NCA;