Skip to content

Commit

Permalink
Double GB clock constraint; operates on both edges
Browse files Browse the repository at this point in the history
  • Loading branch information
msinger committed Mar 14, 2021
1 parent af63d35 commit a35cffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/boards/gbreveng-constraints.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ctx.addClock("gbclk", 5)
ctx.addClock("gbclk", 9)
ctx.addClock("clk12m", 12)
ctx.addClock("clk16m", 17)
2 changes: 1 addition & 1 deletion src/boards/hx8k_brk-constraints.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ctx.addClock("gbclk", 5)
ctx.addClock("gbclk", 9)
ctx.addClock("clk12m", 12)
ctx.addClock("pllclk", 21)

0 comments on commit a35cffd

Please sign in to comment.