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_emulate/] [rtl/] [noc_emulator.sv] - Diff between revs 48 and 54

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

Rev 48 Rev 54
Line 60... Line 60...
 
 
        noc_top the_top(
        noc_top the_top(
                .reset(reset),
                .reset(reset),
                .clk(clk),
                .clk(clk),
                .chan_in_all(chan_in_all),
                .chan_in_all(chan_in_all),
                .chan_out_all(chan_out_all)
                .chan_out_all(chan_out_all),
 
                .router_event()
        );
        );
 
 
 
 
 
 
   Jtag_traffic_gen #(
   Jtag_traffic_gen #(
Line 534... Line 535...
        .time_stamp_h2t(time_stamp_h2t),
        .time_stamp_h2t(time_stamp_h2t),
        .flit_out_class(),
        .flit_out_class(),
         //noc
         //noc
         .chan_in(chan_in),
         .chan_in(chan_in),
                 .chan_out(chan_out),
                 .chan_out(chan_out),
 
                 .mcast_dst_num_o()
 
 
 
 
    );
    );
 
 
    always @ (*)begin
    always @ (*)begin

powered by: WebSVN 2.1.0

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