Skip to content

Commit

Permalink
pkg: some change
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrik committed Jul 26, 2012
1 parent ffd26b8 commit 9b54e90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions combov2/pkg/combov2_user_const.vhd
Expand Up @@ -42,7 +42,12 @@ package combov2_user_const is
-- -------------------------------------------------------------------------
constant CLK_MULT : integer := 15; -- Fvco = 62.5 MHz x CLK_MULT
constant CLK_ICS_DIV : integer := 5; -- CLK_ICS freq. = Fvco / CLK_ICS_DIV

-- originally: 5
-- for HGENx1: 6
-- for HGENx4: 7
constant CLK_USER0_DIV : integer := 5; -- CLK_USER0 freq. = Fvco / CLK_USER0_DIV

constant CLK_USER1_DIV : integer := 5; -- CLK_USER1 freq. = Fvco / CLK_USER1_DIV
constant CLK_USER2_DIV : integer := 5; -- CLK_USER2 freq. = Fvco / CLK_USER2_DIV
constant CLK_USER3_DIV : integer := 5; -- CLK_USER3 freq. = Fvco / CLK_USER3_DIV
Expand Down

0 comments on commit 9b54e90

Please sign in to comment.