You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Port directions are undefined for GND and VCC
Instances are Black Boxes so their contents are not defined
Verilog errors in Vivado
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
KeyError: 'EBLIF.comment'
spydrnet/ir/first_class_element.py
return self._data.getitem(key) on line 81
The text was updated successfully, but these errors were encountered:
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
Verilog errors in Vivado
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
The text was updated successfully, but these errors were encountered: