Explorar o código

projects/riscv_usb: Set clock to their real frequency

There is really no point in adding any margin ... there is already
plenty of margin in the nextpnr timing database

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut %!s(int64=4) %!d(string=hai) anos
pai
achega
903ae87b18
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      projects/riscv_usb/data/clocks.py

+ 2 - 2
projects/riscv_usb/data/clocks.py

@@ -1,2 +1,2 @@
-ctx.addClock("clk_24m", 25)
-ctx.addClock("clk_48m", 49)
+ctx.addClock("clk_24m", 24)
+ctx.addClock("clk_48m", 48)