-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66fe1a6
commit 84d8c70
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule MetaMapper
updated
9 files
+0 −22 | .travis.yml | |
+45 −0 | metamapper/common_passes.py | |
+15 −18 | metamapper/coreir_mapper.py | |
+0 −1 | metamapper/coreir_util.py | |
+15 −8 | metamapper/delay_matching.py | |
+9 −125 | metamapper/irs/coreir/__init__.py | |
+339 −133 | metamapper/irs/coreir/custom_ops_ir.py | |
+15 −20 | metamapper/map_design_top.py | |
+26 −24 | scripts/map_app.py |