clocks.py 111 B

1234
  1. BASE = 25.175
  2. ctx.addClock("clk_1x", 0.925 * BASE) # Allow overclock ...
  3. ctx.addClock("clk_4x", 4 * BASE)