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

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [branches/] [init/] [vc/] [tb/] [ni.h] - Diff between revs 44 and 45

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

Rev 44 Rev 45
Line 39... Line 39...
    // interface with processor
    // interface with processor
    sc_port<sc_fifo_in_if<FRAME> >      frame_in; // frame for transmission
    sc_port<sc_fifo_in_if<FRAME> >      frame_in; // frame for transmission
    sc_port<sc_fifo_out_if<FRAME> >     frame_out; // frame for receiving
    sc_port<sc_fifo_out_if<FRAME> >     frame_out; // frame for receiving
 
 
    // interface with router
    // interface with router
    sc_port<sc_fifo_in_if<FLIT> > IP [SubChN]; // input port from IO driver
    sc_port<sc_fifo_in_if<FLIT> > IP;  // input port from IO driver
    sc_port<sc_fifo_out_if<FLIT> > OP [SubChN]; // output port to IO driver
    sc_port<sc_fifo_out_if<FLIT> > OP; // output port to IO driver
    sc_in<bool> CP [SubChN];           // the credit input from the router input buffer
    sc_in<bool> CP [SubChN];           // the credit input from the router input buffer
    sc_out<bool> CPa [SubChN];         // ack to the credit
    sc_out<bool> CPa [SubChN];         // ack to the credit
 
 
private:
private:
    unsigned int loc_x,loc_y; // location information
    unsigned int loc_x,loc_y; // location information

powered by: WebSVN 2.1.0

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