In reply to alegouis:
This line is the cause for your problem:
$cast(trans, create_item(eth_tx_noc2fifo_transfer_t::type_id::get(), m_sequencer, "trans"));
eth_tx_noc2fifo_transfer_t
is a type and not a variable
In reply to alegouis:
This line is the cause for your problem:
$cast(trans, create_item(eth_tx_noc2fifo_transfer_t::type_id::get(), m_sequencer, "trans"));
eth_tx_noc2fifo_transfer_t
is a type and not a variable