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

Subversion Repositories async_sdm_noc

[/] [async_sdm_noc/] [tags/] [v0.2/] [sdm/] [src/] [router.v] - Diff between revs 13 and 19

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

Rev 13 Rev 19
Line 14... Line 14...
 
 
 History:
 History:
 28/05/2009  Initial version. <wsong83@gmail.com>
 28/05/2009  Initial version. <wsong83@gmail.com>
 23/09/2010  Supporting channel slicing and SDM using macro difinitions. <wsong83@gmail.com>
 23/09/2010  Supporting channel slicing and SDM using macro difinitions. <wsong83@gmail.com>
 22/10/2010  Parameterize the number of pipelines in output buffers. <wsong83@gmail.com>
 22/10/2010  Parameterize the number of pipelines in output buffers. <wsong83@gmail.com>
 23/05/2011  Clean up for opensource. <wsong83@gmail.com>
 25/05/2011  Clean up for opensource. <wsong83@gmail.com>
 
 
*/
*/
 
 
// the router structure definitions
// the router structure definitions
`include "define.v"
`include "define.v"
Line 487... Line 487...
          .lcfg  ( lcfg    ),
          .lcfg  ( lcfg    ),
          .sreq  ( sreq    ),
          .sreq  ( sreq    ),
          .nreq  ( nreq    ),
          .nreq  ( nreq    ),
          .lreq  ( lreq    ),
          .lreq  ( lreq    ),
          .wreq  ( wreq    ),
          .wreq  ( wreq    ),
          .ereq  ( ereq    )
          .ereq  ( ereq    ),
 
          .rst_n ( rst_n   )
          );
          );
`endif
`endif
 
 
endmodule // router
endmodule // router
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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