mirror of
https://github.com/MiSTer-devel/Arcade-PolyPlay_MiSTer.git
synced 2026-05-17 03:02:39 +00:00
remove vestigial reg
This commit is contained in:
@@ -310,8 +310,5 @@ assign CLK_VIDEO = clk_vga;
|
||||
assign CE_PIXEL = 1;
|
||||
|
||||
assign VGA_DE = ~(HBlank | VBlank);
|
||||
reg [26:0] act_cnt;
|
||||
always @(posedge clk_sys) act_cnt <= act_cnt + 1'd1;
|
||||
//assign LED_USER = act_cnt[26] ? act_cnt[25:18] > act_cnt[7:0] : act_cnt[25:18] <= act_cnt[7:0];
|
||||
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user