rbufx6 clock buffer

This commit is contained in:
Lofty 2022-09-19 02:55:29 +01:00
parent 5e86806b73
commit a50d91e68d
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set(VIADUCT_UARCHES "example" "okami")
set(VIADUCT_UARCHES "example" "okami" "hercules")
foreach(uarch ${VIADUCT_UARCHES})
aux_source_directory(${family}/viaduct/${uarch} UARCH_FILES)
foreach(target ${family_targets})

View File

@ -534,6 +534,8 @@ private:
for (int x = 0; x < COLUMNS; x++) {
for (int y = 0; y < ROWS; y++) {
plbs[x][y] = setup_plb(x, y);
if ((x - 1) % 8 == 0 && (y - 1) % 2 == 0)
create_rbufx6(x, y);
}
}