Skip to content

Commit

Permalink
Fixed MMCM dividers in test
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
  • Loading branch information
mkurc-ant committed Dec 8, 2020
1 parent 1a707c7 commit 3abfa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xc/xc7/tests/mmcm/mmcm_int_frac_basys3_bottom.v
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ wire RST = rst_sr[0];
mmcme2_test #
(
.FEEDBACK ("INTERNAL"),
.CLKFBOUT_MULT_F (16.750),
.CLKOUT0_DIVIDE_F (16.250)
.CLKFBOUT_MULT_F (10.750),
.CLKOUT0_DIVIDE_F (10.250)
)
mmcme2_test
(
Expand Down

0 comments on commit 3abfa53

Please sign in to comment.