Rev 1062 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1062 | Rev 1064 | ||
|---|---|---|---|
| Line 46... | Line 46... | ||
| 46 | 46 | ||
| 47 | wire i_hsync, i_vsync, |
47 | wire i_hsync, i_vsync, |
| 48 | i_hpix, i_vpix; |
48 | i_hpix, i_vpix; |
| 49 | 49 | ||
| 50 | wire v_init, h_init, |
50 | wire v_init, h_init, |
| 51 | h_step; |
51 | h_step, h_char; |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | 55 | ||
| 56 | video_sync video_sync |
56 | video_sync video_sync |
| Line 69... | Line 69... | ||
| 69 | .i_hpix (i_hpix ), |
69 | .i_hpix (i_hpix ), |
| 70 | .i_vpix (i_vpix ), |
70 | .i_vpix (i_vpix ), |
| 71 | 71 | ||
| 72 | .v_init(v_init), |
72 | .v_init(v_init), |
| 73 | .h_init(h_init), |
73 | .h_init(h_init), |
| 74 | .h_step(h_step) |
74 | .h_step(h_step), |
| - | 75 | .h_char(h_char) |
|
| 75 | ); |
76 | ); |
| 76 | 77 | ||
| 77 | 78 | ||
| 78 | 79 | ||
| 79 | 80 | ||