Skip to content

Commit

Permalink
Merge 8db4e78 into a9c8f6d
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Aug 30, 2019
2 parents a9c8f6d + 8db4e78 commit 552998e
Show file tree
Hide file tree
Showing 19 changed files with 469 additions and 1,347 deletions.
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.

0 comments on commit 552998e

Please sign in to comment.