-
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 #3977 from antmicro/bump-uhdm
Bump third_party/UHDM
- Loading branch information
Showing
18 changed files
with
487 additions
and
479 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -298,7 +298,7 @@ AST_DEBUG_END | |
[INF:UH0706] Creating UHDM Model... | ||
=== UHDM Object Stats Begin (Non-Elaborated Model) === | ||
begin 4 | ||
constant 42 | ||
constant 41 | ||
cont_assign 2 | ||
design 1 | ||
gen_if 4 | ||
|
@@ -320,7 +320,7 @@ sys_func_call 10 | |
[INF:UH0707] Elaborating UHDM... | ||
=== UHDM Object Stats Begin (Elaborated Model) === | ||
begin 4 | ||
constant 42 | ||
constant 41 | ||
cont_assign 3 | ||
design 1 | ||
gen_if 4 | ||
|
@@ -866,10 +866,7 @@ design: (work@top) | |
\_constant: | ||
|vpiParent: | ||
\_cont_assign: , line:12:10, endln:12:24 | ||
|vpiDecompile:2 | ||
|vpiSize:64 | ||
|UINT:2 | ||
|vpiConstType:9 | ||
|vpiLhs: | ||
\_ref_obj: ([email protected]), line:12:10, endln:12:13 | ||
|vpiParent: | ||
|
@@ -1064,7 +1061,6 @@ design: (work@top) | |
\_logic_typespec: | ||
|vpiLeftRange: | ||
\_constant: | ||
|UINT:2 | ||
|vpiRightRange: | ||
\_constant: | ||
|UINT:1 | ||
|
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
Submodule UHDM
updated
4 files
+2 −0 | CMakeLists.txt | |
+9 −4 | python/CMakeLists.txt | |
+6 −6 | templates/ExprEval.cpp | |
+1 −0 | templates/vpi_visitor.cpp |
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.