Commit c1ebd73b authored by Tristan Gingold's avatar Tristan Gingold

vtuCore: minor reformating.

parent c2ab576d
......@@ -1243,6 +1243,8 @@ begin
end if;
end process;
InfiniteWindow <= InfiniteWindowMode or LowFreqGenerationMode;
process (PulseCount, wValue)
begin
if InfiniteWindow = '0' and (unsigned(PulseCount) >= unsigned(wValue)) then
......@@ -1257,8 +1259,6 @@ begin
wValueZero <= '1' when wValue = x"0000_0000_0000_0000" else '0';
wValueOne_seq <= (wValueOne or SinglePulseMode) and (not InfiniteWindow);
InfiniteWindow <= InfiniteWindowMode or LowFreqGenerationMode;
end block blk_seq;
blk_syncless: block
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment