-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3806 from alainmarcel/alainmarcel-patch-1
unsized val bug
- Loading branch information
Showing
17 changed files
with
93 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -399,7 +399,7 @@ assign_stmt 1 | |
assignment 1 | ||
begin 4 | ||
bit_select 8 | ||
constant 57 | ||
constant 56 | ||
design 1 | ||
for_stmt 1 | ||
func_call 3 | ||
|
@@ -430,7 +430,7 @@ assign_stmt 2 | |
assignment 2 | ||
begin 5 | ||
bit_select 10 | ||
constant 57 | ||
constant 56 | ||
design 1 | ||
for_stmt 2 | ||
func_call 3 | ||
|
@@ -1153,14 +1153,15 @@ design: (work@main) | |
|vpiTypespec: | ||
\_array_typespec: , line:5:12, endln:5:31 | ||
|vpiExpr: | ||
\_constant: , line:16:5, endln:16:10 | ||
\_constant: , line:5:45, endln:5:46 | ||
|vpiParent: | ||
\_operation: , line:23:5, endln:23:18 | ||
|vpiDecompile:3 | ||
|vpiSize:64 | ||
|UINT:3 | ||
|vpiConstType:9 | ||
|vpiExpr: | ||
\_constant: , line:16:5, endln:16:10 | ||
\_constant: , line:5:45, endln:5:46 | ||
|vpiLhs: | ||
\_parameter: ([email protected]), line:5:25, endln:5:26 | ||
|vpiParamAssign: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ AST_DEBUG_END | |
=== UHDM Object Stats Begin (Non-Elaborated Model) === | ||
array_expr 1 | ||
array_typespec 9 | ||
constant 57 | ||
constant 56 | ||
design 1 | ||
int_typespec 12 | ||
module_inst 4 | ||
|
@@ -156,7 +156,7 @@ tagged_pattern 2 | |
=== UHDM Object Stats Begin (Elaborated Model) === | ||
array_expr 1 | ||
array_typespec 9 | ||
constant 57 | ||
constant 56 | ||
design 1 | ||
int_typespec 12 | ||
module_inst 4 | ||
|
@@ -703,12 +703,13 @@ design: (work@test) | |
|vpiTypespec: | ||
\_array_typespec: , line:4:13, endln:4:59 | ||
|vpiExpr: | ||
\_constant: | ||
|vpiDecompile:1 | ||
|UINT:1 | ||
\_constant: , line:4:73, endln:4:75 | ||
|vpiDecompile:4294967295 | ||
|vpiSize:32 | ||
|UINT:4294967295 | ||
|vpiConstType:9 | ||
|vpiExpr: | ||
\_constant: | ||
\_constant: , line:4:73, endln:4:75 | ||
|vpiLhs: | ||
\_parameter: ([email protected]), line:4:26, endln:4:48 | ||
|vpiParamAssign: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule googletest
updated
11 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.