Clean up code formatting
This commit is contained in:
parent
4e39e3b371
commit
afb545cd02
@ -54,8 +54,7 @@ begin
|
|||||||
);
|
);
|
||||||
|
|
||||||
-- strobify
|
-- strobify
|
||||||
b_toggle_last <= '0' when b_rst
|
b_toggle_last <= '0' when b_rst else
|
||||||
else b_toggle when rising_edge(b_clk)
|
b_toggle when rising_edge(b_clk);
|
||||||
;
|
|
||||||
b_out <= (b_toggle ?/= b_toggle_last);
|
b_out <= (b_toggle ?/= b_toggle_last);
|
||||||
end architecture rtl;
|
end architecture rtl;
|
||||||
|
Loading…
Reference in New Issue
Block a user