mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Initialize tkeep properly
This commit is contained in:
parent
fc6ccd97fb
commit
f35ecece83
@ -152,6 +152,7 @@ always @* begin
|
||||
output_eth_hdr_valid_next = output_eth_hdr_valid_reg & ~output_eth_hdr_ready;
|
||||
|
||||
output_eth_payload_tdata_int = 0;
|
||||
output_eth_payload_tkeep_int = 0;
|
||||
output_eth_payload_tvalid_int = 0;
|
||||
output_eth_payload_tlast_int = 0;
|
||||
output_eth_payload_tuser_int = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user