浏览代码

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 年之前
父节点
当前提交
903ae87b18
共有 1 个文件被更改,包括 2 次插入2 次删除
  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)