Advertisement
ZirconiumX

Untitled

Aug 25th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "generate_netlist.py", line 192, in <module>
  3. create_chips(chip_types, nets)
  4. File "generate_netlist.py", line 123, in create_chips
  5. make_techmap(new_74151, mapping, instances, nets)
  6. File "generate_netlist.py", line 75, in make_techmap
  7. chip[ch.format(i+base)] += nets[a]
  8. TypeError: unsupported operand type(s) for +=: 'NoneType' and 'Net'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement