Skip to content

Commit

Permalink
Simplify edam struct creation
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Dec 30, 2023
1 parent 20235d2 commit ecf2955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions fusesoc/edalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,14 +282,8 @@ def create_edam(self):
top_core = self.resolved_cores[-1]
self.edam = {
"version": "0.2.1",
"dependencies": {},
"files": [],
"hooks": {},
"name": self.system_name or top_core.name.sanitized_name,
"parameters": {},
"tool_options": {},
"toplevel": top_core.get_toplevel(self.flags),
"vpi": [],
}

for snippet in first_snippets + snippets + last_snippets:
Expand Down
1 change: 0 additions & 1 deletion tests/test_edalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def test_tool_or_flow():
"hooks": {},
"name": "flow_0",
"parameters": {},
"tool_options": {},
"toplevel": "unused",
"vpi": [],
"flow_options": {},
Expand Down

0 comments on commit ecf2955

Please sign in to comment.