mirror of
https://github.com/steve-m/hsdaoh-fpga.git
synced 2025-12-10 07:44:45 +01:00
hsdaoh_core: correct indentation
This commit is contained in:
parent
ff425280b1
commit
5ce8b885a4
1 changed files with 11 additions and 12 deletions
|
|
@ -53,7 +53,6 @@ always @(posedge clk_pixel) begin
|
||||||
// increment idle counter
|
// increment idle counter
|
||||||
idle_counter <= idle_counter + 1'b1;
|
idle_counter <= idle_counter + 1'b1;
|
||||||
end
|
end
|
||||||
|
|
||||||
end else
|
end else
|
||||||
line_word_cnt <= 16'h0000;
|
line_word_cnt <= 16'h0000;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue