vhdl: disable test UDP sender
This commit is contained in:
parent
9121ccfdbe
commit
79fce1afc1
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ begin
|
|||
if counter = COUNTER_MAX then
|
||||
pixel_sink_length <= std_logic_vector(to_unsigned(NUM_WORDS, 16));
|
||||
pixel_sink_data <= std_logic_vector(to_unsigned(16#30# + words_sent, 32));
|
||||
pixel_sink_valid <= '1';
|
||||
--pixel_sink_valid <= '1';
|
||||
|
||||
pixel_sink_last <= '1' when words_sent = NUM_WORDS-1 else '0';
|
||||
|
||||
|
|
Loading…
Reference in a new issue