Commit 7982596
committed
- Reports error in FormatTranslators.py when running
File "FormatTranslators.py", line 734, in ReadNetFile
self.insts[inst_name].AddInputPin(MacroPin(pin_name, inst_name, offset[0], offset[1]), "MACRO")
TypeError: __init__() missing 1 required positional argument: 'macro_type'
- Fix: Adds Marco type parameter when calling MacroPin function.
- The bug is similar to issue #39.python test2.py:1 parent ebfc003 commit 7982596
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
| 734 | + | |
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| |||
0 commit comments