Browse Source

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 4 years ago
parent
commit
903ae87b18
1 changed files with 2 additions and 2 deletions
  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)