OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [rtl/] [src_synfull/] [dpi_int_pkg.sv] - Rev 56

Compare with Previous | Blame | View Log

`include "pronoc_def.v"



package dpi_int_pkg;

parameter NOC_ID=0;

`NOC_CONF

 typedef struct packed {
     logic [NEw-1 : 0] dest  ;
     logic [PCK_SIZw-1 : 0] size  ;
     logic [NEw-1 : 0] src   ;
     logic [31:0]      id    ;
     logic             valid ;
 } req_t;  

 typedef struct packed {
     logic [31:0]      id    ;
     logic             valid ;
 } deliver_t;  

endpackage

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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