Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PropertyEmb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
PropertyEmb
Commits
7404953b
Commit
7404953b
authored
Feb 27, 2026
by
lvzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a op support
parent
581d8f0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
thirdparty/RTL2CDFG/v2cdfg/src/ast2cdfg.py
+3
-2
No files found.
thirdparty/RTL2CDFG/v2cdfg/src/ast2cdfg.py
View file @
7404953b
...
...
@@ -476,8 +476,9 @@ class DFGExtractor(AnynodeVisitor):
if
node
.
parent
.
name
==
"FalseBlock"
:
tlabel
=
3
self
.
add_edge
(
self
.
node_dict
[
node
.
name
],
self
.
node_dict
[
self
.
conditions
[
0
]],
label
=
tlabel
)
if
node
.
name
.
startswith
(
"Cond_If"
):
assert
False
,
"Exist if in design!"
# (zhengyang) temp removal
# if node.name.startswith("Cond_If"):
# assert False,"Exist if in design!"
self
.
if_scope
=
"If"
self
.
conditions
.
insert
(
0
,
node
.
name
)
self
.
ast_branch
=
node
.
name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment