Skip to content

Commit

Permalink
Update test expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Sep 10, 2024
1 parent 00c285b commit d433714
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions testing/bsc.contrib/VerilogRepr/chess_types.json.expected
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"bsType": "SearchResult 500 16",
"bsPackage": "Chess",
"size": 42,
"baseType": "search_result_500_16_t",
"arraySize": [],
Expand Down Expand Up @@ -63,6 +64,7 @@
},
{
"bsType": "Move",
"bsPackage": "Chess",
"size": 17,
"baseType": "move_t",
"arraySize": [],
Expand Down Expand Up @@ -174,6 +176,7 @@
},
{
"bsType": "Position",
"bsPackage": "Chess",
"size": 6,
"baseType": "position_t",
"arraySize": [],
Expand Down Expand Up @@ -201,6 +204,7 @@
},
{
"bsType": "Outcome",
"bsPackage": "Chess",
"size": 2,
"baseType": "outcome_t",
"arraySize": [],
Expand All @@ -214,6 +218,7 @@
},
{
"bsType": "SearchQuery (Config (UInt 2)) 500 16",
"bsPackage": "Chess",
"size": 386,
"baseType": "search_query_config_uint2_500_16_t",
"arraySize": [],
Expand Down Expand Up @@ -290,6 +295,7 @@
},
{
"bsType": "Config (UInt 2)",
"bsPackage": "Chess",
"size": 10,
"baseType": "config_uint2_t",
"arraySize": [],
Expand Down Expand Up @@ -344,6 +350,7 @@
},
{
"bsType": "UInt 2",
"bsPackage": "Prelude",
"size": 2,
"baseType": "logic",
"arraySize": [
Expand All @@ -354,6 +361,7 @@
},
{
"bsType": "Int 9",
"bsPackage": "Prelude",
"size": 9,
"baseType": "int9_t",
"arraySize": [],
Expand All @@ -362,6 +370,7 @@
},
{
"bsType": "UInt 4",
"bsPackage": "Prelude",
"size": 4,
"baseType": "logic",
"arraySize": [
Expand All @@ -372,6 +381,7 @@
},
{
"bsType": "State",
"bsPackage": "Chess",
"size": 343,
"baseType": "state_t",
"arraySize": [],
Expand Down Expand Up @@ -421,6 +431,7 @@
},
{
"bsType": "UInt 6",
"bsPackage": "Prelude",
"size": 6,
"baseType": "logic",
"arraySize": [
Expand All @@ -431,6 +442,7 @@
},
{
"bsType": "PlayerHistory",
"bsPackage": "Chess",
"size": 8,
"baseType": "player_history_t",
"arraySize": [],
Expand Down Expand Up @@ -484,6 +496,7 @@
},
{
"bsType": "UInt 3",
"bsPackage": "Prelude",
"size": 3,
"baseType": "logic",
"arraySize": [
Expand All @@ -494,25 +507,30 @@
},
{
"bsType": "Vector 8 (Vector 8 (Maybe Piece))",
"bsPackage": "Vector",
"size": 320,
"baseType": "option_piece_t",
"arraySize": [
8,
8
],
"sort": "Vector"
"sort": "Vector",
"bsElemType": "Vector 8 (Maybe Piece)"
},
{
"bsType": "Vector 8 (Maybe Piece)",
"bsPackage": "Vector",
"size": 40,
"baseType": "option_piece_t",
"arraySize": [
8
],
"sort": "Vector"
"sort": "Vector",
"bsElemType": "Maybe Piece"
},
{
"bsType": "Maybe Piece",
"bsPackage": "Prelude",
"size": 5,
"baseType": "option_piece_t",
"arraySize": [],
Expand All @@ -536,6 +554,7 @@
},
{
"bsType": "Piece",
"bsPackage": "Chess",
"size": 4,
"baseType": "piece_t",
"arraySize": [],
Expand All @@ -559,6 +578,7 @@
},
{
"bsType": "PieceKind",
"bsPackage": "Chess",
"size": 3,
"baseType": "piece_kind_t",
"arraySize": [],
Expand All @@ -574,6 +594,7 @@
},
{
"bsType": "Bool",
"bsPackage": "Prelude",
"size": 1,
"baseType": "logic",
"arraySize": [],
Expand All @@ -582,6 +603,7 @@
},
{
"bsType": "Color",
"bsPackage": "Chess",
"size": 1,
"baseType": "color_t",
"arraySize": [],
Expand All @@ -593,6 +615,7 @@
},
{
"bsType": "UInt 8",
"bsPackage": "Prelude",
"size": 8,
"baseType": "logic",
"arraySize": [
Expand Down

0 comments on commit d433714

Please sign in to comment.