소스 검색

faster clocks for synthesis (not changing actual freq)

Krzysztof Skrzynecki 1 주 전
부모
커밋
773483ddac
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", 24)
-ctx.addClock("clk_48m", 48)
+ctx.addClock("clk_24m", 25)
+ctx.addClock("clk_48m", 100)