Skip to content

Commit

Permalink
added memory to list of preloaded coreir libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaly525 committed Sep 6, 2019
1 parent a9c8f6d commit 2e4e96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magma/frontend/coreir.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
context = coreir.Context()

def get_lib(lib):
if lib in {"coreir", "mantle", "corebit"}:
if lib in {"coreir", "mantle", "corebit", "memory"}:
return context.get_namespace(lib)
elif lib == "global":
return context.global_namespace
Expand Down

0 comments on commit 2e4e96e

Please sign in to comment.