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_openpiton/] [piton_pkg.sv] - Rev 56

Compare with Previous | Blame | View Log

`timescale     1ns/1ps
/****************************************************************************
 * pronoc_pkg.sv
 ****************************************************************************/

package piton_pkg; 
        `include "define.tmp.h"
        localparam FLATID_WIDTH = 8;
        
        typedef struct packed {
                logic [`DATA_WIDTH-1:0]         data;
                logic valid;
                logic yummy; 
        } piton_chan_t;
        localparam PITON_CHANEL_w = $bits(piton_chan_t); 
        
        
        
endpackage :piton_pkg

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.