Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: verilator/verilator:4.104
strategy:
matrix:
conf_name: [general, line-ring, multicast, vc_alloc, conv_route, tiny_topos]
conf_name: [general, line-ring, multicast, vc_alloc, conv_route, tiny_topos, mesh_3d]
env:
ROOT: ${{ github.workspace }}/mpsoc
PRONOC_WORK: ${{ github.workspace }}/mpsoc_work
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'compile' => "verilate_mesh.sh",
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
}
}, 'ProNOC' );
2 changes: 1 addition & 1 deletion mpsoc/Integration_test/FPGA-kc07/src/deafult_noc_param
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $model = bless( {
"B" => "4",
"LB" => "B",
"Fpay" => "32",
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"PCK_TYPE" => " \"MULTI_FLIT\"",
"MIN_PCK_SIZE" => "2",
"BYTE_EN" => "0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"TOPOLOGY" => "\"FMESH\"",
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
}
}, 'ProNOC' );
10 changes: 10 additions & 0 deletions mpsoc/Integration_test/Questa_lint/configurations/mesh_3d_4x3x2x2
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
$model = bless( {
'noc_param'=> {
"TOPOLOGY" => '"MESH_3D"',
"T1" => "4",
"T2" => "3",
"T3" => "2",
"T4" => "2",
"ROUTE_NAME" => '"DOR"',
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ $model = bless( {
"T2" => "4",
"T3" => "3",
"TOPOLOGY" => "\"MESH\"",
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $model = bless( {
"T2" => "4",
"T3" => "3",
"TOPOLOGY" => "\"MESH\"",
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"COMBINATION_TYPE" => "\"COMB_NONSPEC\"",
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $model = bless( {
"T2" => "4",
"T3" => "3",
"TOPOLOGY" => "\"MESH\"",
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"COMBINATION_TYPE" => "\"COMB_SPEC1\"",
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $model = bless( {
"T2" => "4",
"T3" => "3",
"TOPOLOGY" => "\"MESH\"",
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"COMBINATION_TYPE" => "\"COMB_SPEC2\"",
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$model = bless( {
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"ESCAP_VC_MASK" => "4'd1",
"V" => 4,
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"V" => 4,
"C" => 4,
"CLASS_SETTING" => "16'b1000010000100001",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"ESCAP_VC_MASK" => "4'd1",
"V" => 4,
"HETERO_VC"=> "1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"V" => 4,
"ESCAP_VC_MASK" => "4'd1",
"HETERO_VC"=> "2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"ROUTE_NAME" => "\"XY\"",
"ROUTE_NAME" => "\"DOR\"",
"B"=> "2",
"LB"=> 2
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ $model = bless( {
'noc_param'=> {
TOPOLOGY=>"\"RING\"",
"TOPOLOGY" => "\"TORUS\"",
"ROUTE_NAME" => "\"TRANC_XY\"",
"ROUTE_NAME" => "\"TRANC_DOR\"",
}
}, 'ProNOC' );
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$model = bless( {
'noc_param'=> {
"TOPOLOGY" => "\"TORUS\"",
"ROUTE_NAME" => "\"TRANC_XY\"",
"ROUTE_NAME" => "\"TRANC_DOR\"",
}
}, 'ProNOC' );
4 changes: 2 additions & 2 deletions mpsoc/Integration_test/VCS/Golden_ref/line4_smart3.log
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ pronoc_pkg, "(PCK_TYPE == "SINGLE_FLIT")"

Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./topology_localparam.v, 143
pronoc_pkg, "(ROUTE_NAME == "TRANC_XY")"
pronoc_pkg, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
Expand Down
16 changes: 8 additions & 8 deletions mpsoc/Integration_test/VCS/Golden_ref/mesh_3x3_v2_ssa.log
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ pronoc_pkg, "(PCK_TYPE == "SINGLE_FLIT")"

Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./topology_localparam.v, 143
pronoc_pkg, "(ROUTE_NAME == "TRANC_XY")"
pronoc_pkg, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
Expand Down Expand Up @@ -1347,26 +1347,26 @@ mesh_torus_look_ahead_routing, "(TOPOLOGY == "TORUS")"

Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./mesh_torus.sv, 336
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_XY")"
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./mesh_torus.sv, 336
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_XY")"
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./mesh_torus.sv, 336
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_XY")"
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ pronoc_pkg, "(PCK_TYPE == "SINGLE_FLIT")"

Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./topology_localparam.v, 143
pronoc_pkg, "(ROUTE_NAME == "TRANC_XY")"
pronoc_pkg, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
Expand Down
16 changes: 8 additions & 8 deletions mpsoc/Integration_test/VCS/Golden_ref/mesh_4x4_2cycle_xy_v2.log
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ pronoc_pkg, "(PCK_TYPE == "SINGLE_FLIT")"

Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./topology_localparam.v, 143
pronoc_pkg, "(ROUTE_NAME == "TRANC_XY")"
pronoc_pkg, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
Expand Down Expand Up @@ -1827,26 +1827,26 @@ mesh_torus_look_ahead_routing, "(TOPOLOGY == "TORUS")"

Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./mesh_torus.sv, 336
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_XY")"
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./mesh_torus.sv, 336
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_XY")"
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
./../../rtl/src_noc/./mesh_torus.sv, 336
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_XY")"
mesh_torus_mask_non_assignable_destport_no_self_loop, "(ROUTE_NAME == "TRANC_DOR")"
A left 16-bit expression is compared to a right 64-bit expression.
Comparing 'ROUTE_NAME' of type string
with '"TRANC_XY"' of type string.
with '"TRANC_DOR"' of type string.


Lint-[ULCO] Unequal length in comparison operator
Expand Down
Loading