Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transformation to and from EBLIF #191

Open
emonlux opened this issue Aug 12, 2022 · 1 comment
Open

Transformation to and from EBLIF #191

emonlux opened this issue Aug 12, 2022 · 1 comment

Comments

@emonlux
Copy link
Collaborator

emonlux commented Aug 12, 2022

I have noticed that there are issues with taking an EBLIF netlist generated by Yosys and using SpyDrNet to transform it into an EDF or Verilog netlist and trying to run the new netlist through Vivado

EDF errors in Vivado

  1. Port directions are undefined for GND and VCC
  2. Instances are Black Boxes so their contents are not defined

Verilog errors in Vivado

  1. Syntax errors for wires and instances

Issues taking an EDF or Verilog netlist and using SpyDrNet to transform it into an EBLIF netlist
The error for both the EDF and Verilog netlist is the same and stems from composing the EBLIF netlist

  1. KeyError: 'EBLIF.comment'
  • spydrnet/ir/first_class_element.py
  • return self._data.getitem(key) on line 81
@jacobdbrown4
Copy link
Collaborator

This is directly related to issue #185

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

No branches or pull requests

2 participants