Wednesday, August 03, 2005

Network-on-Chip Agenda

  • Connect clock to testbench modules
  • Global stop function to stop the systemC simulation (use extern for variables)
  • Buffer network interface receive, create a status register to check if buffer contains anything. - The buffer needs to be in a critical section (perhaps semaphore) so that the MSP doesn't read the storage while a packet is being received (messing up the storage count).
  • Network Interface not connected to bus by GPIO, but rather IO/register
  • Diagram the levels of SystemC modules (top, OCA, PEs, etc...)
  • Dummy ports to connect Network Interface unused ports (possibly think about revision of network interface to use both ports)

0 Comments:

Post a Comment

<< Home