Commit d5a5b138 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

[swcore/rtu/nic] getting rid of WARNIGNS regarding sensitivity-list-args missing

parent 2b327d5d
...@@ -469,7 +469,7 @@ begin ...@@ -469,7 +469,7 @@ begin
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- helper process for producing the RX fabric data request signal (combinatorial) -- helper process for producing the RX fabric data request signal (combinatorial)
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
gen_rx_dreq : process(rx_dreq_mask, buf_grant_i, rx_rdreg_toggle, fab_in, regs_i) gen_rx_dreq : process(rx_dreq_mask, buf_grant_i, rx_rdreg_toggle, fab_in, regs_i, state)
begin begin
-- make sure we don't have any incoming data when the reception is masked (e.g. -- make sure we don't have any incoming data when the reception is masked (e.g.
-- the NIC is updating the descriptors of finishing the memory write. -- the NIC is updating the descriptors of finishing the memory write.
......
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