Skip to content

Commit

Permalink
removed prints from DCM
Browse files Browse the repository at this point in the history
  • Loading branch information
Lane Brooks committed Dec 17, 2009
1 parent 7602a27 commit 11d2808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DCM_SP.v
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ class t_DCM
m_posedge1 = m_posedge2;
m_posedge2 = main_time;
m_T = m_posedge2 - m_posedge1;
printf("m_T=%d\n", m_T);
if(m_T == 0) m_T = 10;
// printf("m_T=%d\n", m_T);
}
return true;
}
Expand Down

0 comments on commit 11d2808

Please sign in to comment.