set line pull down delays to zero, rero, regenned prs

This commit is contained in:
alexmadison 2022-04-21 15:10:12 +02:00
parent 82aae3d337
commit e3237e6115
3 changed files with 2090 additions and 12490 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -70,7 +70,7 @@ pint N_FLAGS_PER_NRN = 9; // and leq than the number of bits in a reg, since hav
pint N_BUFFERS = 3;
pint N_LINE_PD_DLY = 3;
pint N_LINE_PD_DLY = 0;
pint REG_NCA = 6;
pint REG_M = 1<<REG_NCA;