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

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk/mpsoc/Integration_test/synthetic_sim
    from Rev 54 to Rev 55
    Reverse comparison

Rev 54 → Rev 55

/models/fmesh_8x8_openpiton
0,0 → 1,15
$model = bless( {
'compile' => "verilate_mesh.sh",
'noc_param'=> {
"TOPOLOGY"=> "\"FMESH\"",
"T1" => "8",
"T2" => "8",
"V" => "1",
"ESCAP_VC_MASK" => "1'b1",
"B" => "4",
"LB" => "16",
"Fpay" => "64",
"SSA_EN" => "\"YES\"",
"SELF_LOOP_EN" => "\"YES\"",
}
}, 'ProNOC' );
/models/mesh_4x4_v1_B15
0,0 → 1,20
$model = bless( {
'noc_param'=> {
"T1" => "4",
"T2" => "4",
"V" => "1",
"ESCAP_VC_MASK" => "1'b1",
"B" => "15",
"LB" => "15",
"Fpay" => "64",
"SSA_EN" => "\"NO\"",
"SELF_LOOP_EN" => "\"NO\"",
}
}, 'ProNOC' );
 
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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