We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c684a commit 06505b5Copy full SHA for 06505b5
pyrtl/importexport.py
@@ -333,7 +333,7 @@ def twire(w):
333
output_wire <<= (~twire(netio[1]) & ~twire(netio[2])) \
334
| (~twire(netio[0]) & ~twire(netio[2]))
335
else:
336
- raise PyrtlError('Blif file with unknown logic cover set "%s"'
+ raise PyrtlError('Blif file with unknown logic cover set "%s" '
337
'(currently gates are hard coded)' % command['cover_list'])
338
339
def extract_flop(subckt, command):
0 commit comments