Clean up always blocks
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -82,7 +82,7 @@ sync_inst (
|
||||
.out(led_sync)
|
||||
);
|
||||
|
||||
always @(posedge clk) begin
|
||||
always_ff @(posedge clk) begin
|
||||
enable_reg <= 1'b0;
|
||||
|
||||
if (prescale_count_reg != 0) begin
|
||||
|
||||
Reference in New Issue
Block a user