Clean up always blocks
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -170,7 +170,7 @@ lfsr_inst (
|
||||
.state_out(lfsr_state)
|
||||
);
|
||||
|
||||
always @(posedge clk) begin
|
||||
always_ff @(posedge clk) begin
|
||||
if (enable) begin
|
||||
state_reg <= lfsr_state;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user