Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to ast_tools ssa #433

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion magma/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def __init__(self, main):

def __call__(self, definition):
if getattr(definition, "debug_info", False) and \
definition.debug_info.module.__name__.split(".")[0] == "mantle":
definition.debug_info.module is not None \
and definition.debug_info.module.__name__.split(".")[0] == "mantle":
self.has_mantle_circuit = True

def _run(self, definition):
Expand Down
1 change: 0 additions & 1 deletion magma/ssa/__init__.py

This file was deleted.

193 changes: 0 additions & 193 deletions magma/ssa/ssa.py

This file was deleted.