fpga: aps6404l device model: Remove unnecessary newlines
This commit is contained in:
parent
eddbcf5f6f
commit
49ccbea9e9
@ -164,9 +164,7 @@ begin
|
|||||||
cnt := cnt + 1;
|
cnt := cnt + 1;
|
||||||
end if;
|
end if;
|
||||||
if falling_edge(sclk) then
|
if falling_edge(sclk) then
|
||||||
|
|
||||||
handle(cnt mod 2 = 0);
|
handle(cnt mod 2 = 0);
|
||||||
|
|
||||||
end if;
|
end if;
|
||||||
end if;
|
end if;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user