URL
https://opencores.org/ocsvn/async_sdm_noc/async_sdm_noc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 32 |
Rev 33 |
Line 18... |
Line 18... |
*/
|
*/
|
|
|
`timescale 1ns/1ps
|
`timescale 1ns/1ps
|
|
|
module noctb;
|
module noctb;
|
parameter DW = 16; // the data width of a single virtual circuit
|
parameter DW = 8; // the data width of a single virtual circuit
|
parameter VCN = 2; // the number of virtual circuits per direction
|
parameter VCN = 1; // the number of virtual circuits per direction
|
parameter DIMX = 4; // the X dimension
|
parameter DIMX = 4; // the X dimension
|
parameter DIMY = 3; // the Y dimension
|
parameter DIMY = 4; // the Y dimension
|
|
|
reg rst_n;
|
reg rst_n;
|
|
|
noc_top #(.DW(DW), .VCN(VCN), .DIMX(DIMX), .DIMY(DIMY))
|
noc_top #(.DW(DW), .VCN(VCN), .DIMX(DIMX), .DIMY(DIMY))
|
NoC (.rst_n(rst_n)); // the mesh network
|
NoC (.rst_n(rst_n)); // the mesh network
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.