Skip to content

Conversation

@ZhuLinsen
Copy link

  • Reports error in FormatTranslators.py when running python test2.py:

    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 FormatTranslators #39.

    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 TILOS-AI-Institute#39.

Signed-off-by: mumu <zhuls97@163.com>
@KyleJeong
Copy link

I met same errors.. and fixed same as @ZhuLinsen did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants