hdl-util / hdmi

Send video/audio over HDMI on an FPGA
https://purisa.me/blog/hdmi-released/
Other
1.04k stars 111 forks source link

small typing error in hdmi.v module #3

Closed LMN128 closed 4 years ago

LMN128 commented 4 years ago

Hi, there is a small typing error on line 163:


162    data_island_data[3] <= cx != screen_start_x;
163    data_island[2] <= data[0];
164    data_island_data[1:0] <= {vsync, hsync};

there should be : data_island_data[2]

sameer commented 4 years ago

Hey Jan, thanks for catching this, I've pushed a correction for it. Let me know if you run into anything else!