Commit 348d36b8 authored by Tristan Gingold's avatar Tristan Gingold

vtuCore.vhd: minor style change.

parent f4679007
......@@ -2154,12 +2154,9 @@ begin
Run_i <= ( Run_seq) or ( RunSyncLess) or ( PlayingMem);
DataOut <= DataOutHTSyncLess when Mode =
C_Code_ctuAsVtu_control2_mode_syncLessOperation else
DataOutLowFreq when Mode =
C_Code_ctuAsVtu_control2_mode_lowFreqGeneration else
DataOutPlayMem when Mode = C_Code_ctuAsVtu_control2_mode_playMemory
else
DataOut <= DataOutHTSyncLess when Mode = C_Code_ctuAsVtu_control2_mode_syncLessOperation else
DataOutLowFreq when Mode = C_Code_ctuAsVtu_control2_mode_lowFreqGeneration else
DataOutPlayMem when Mode = C_Code_ctuAsVtu_control2_mode_playMemory else
DataOut_seq;
SyncPulse <= SyncPulse_i;
......
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