Files
Aitor Gómez García 6decefa0f8 Improve clock accuracy by separating system clocks into dedicated PLL
- Extract system clocks (clk_28_636, clk_57_272, clk_114_544, clk_9_54, clk_7_16, clk_4_77)
  from main PLL to new pll_system module for improved frequency precision
- Simplify main PLL: now outputs only clk_100 (100 MHz) and clk_chipset (50 MHz)
- Replace integer divider chains with dedicated PLL outputs for better timing accuracy
- Remove clk_div3 logic and generate clock dividers directly from PLL
- New pll_system uses lower VCO frequency (300 MHz vs 1600 MHz) for better stability
- Update SYSTEM.sdc timing constraints for new clock distribution
- Reduces jitter and improves timing closure for sensitive subsystems
2026-01-23 13:42:58 +01:00
..
2022-08-25 06:23:30 +02:00
2022-09-24 14:22:09 +09:00
2023-05-01 00:06:44 +09:00
2023-04-01 13:24:16 +02:00
2022-06-03 16:11:01 +02:00
2022-09-24 14:22:09 +09:00