Skip to content

Commit 06505b5

Browse files
committed
fix error message
1 parent 64c684a commit 06505b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrtl/importexport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def twire(w):
333333
output_wire <<= (~twire(netio[1]) & ~twire(netio[2])) \
334334
| (~twire(netio[0]) & ~twire(netio[2]))
335335
else:
336-
raise PyrtlError('Blif file with unknown logic cover set "%s"'
336+
raise PyrtlError('Blif file with unknown logic cover set "%s" '
337337
'(currently gates are hard coded)' % command['cover_list'])
338338

339339
def extract_flop(subckt, command):

0 commit comments

Comments
 (0)