Skip to content

Commit

Permalink
rc5: adapt timing to the t003 remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 20, 2011
1 parent 57cd6c9 commit 0d2da97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cores/rc5/rtl/rc5.v
@@ -1,6 +1,6 @@
/*
* Milkymist VJ SoC
* Copyright (C) 2007, 2008, 2009, 2010 Sebastien Bourdeauducq
* Copyright (C) 2007, 2008, 2009, 2010, 2011 Sebastien Bourdeauducq
* Copyright (C) 2007 Das Labor
*
* This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -36,7 +36,7 @@ module rc5 #(
//-----------------------------------------------------------------
// enable16 generator
//-----------------------------------------------------------------
parameter divisor = clk_freq/570/16;
parameter divisor = clk_freq/596/16;

reg [15:0] enable16_counter;

Expand Down

0 comments on commit 0d2da97

Please sign in to comment.