OpenCores
URL https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [branches/] [init/] [sdm/] [tb/] [rtdriver.cpp] - Diff between revs 34 and 35

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 34 Rev 35
Line 168... Line 168...
      // wait for the router to capture the data
      // wait for the router to capture the data
      wait(rtinp_sig.posedge_event());
      wait(rtinp_sig.posedge_event());
      wait(0.2, SC_NS);         // a delay to avoid data override
      wait(0.2, SC_NS);         // a delay to avoid data override
 
 
      // clear the eof
      // clear the eof
      rtid4.write(~mdata4);
      rtid4.write(mdata4);
 
 
      // wait for the input port be ready again
      // wait for the input port be ready again
      wait(rtinp_sig.negedge_event());
      wait(rtinp_sig.negedge_event());
      wait(0.2, SC_NS);         // a delay to avoid data override
      wait(0.2, SC_NS);         // a delay to avoid data override
    }
    }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.