mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 03:44:35 +00:00
Improvements in bbasm
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
@@ -675,7 +675,8 @@ class BinaryBlobAssembler:
|
||||
print("ref %s %s" % (name, comment))
|
||||
|
||||
def s(self, s, comment):
|
||||
print("str %s" % s)
|
||||
assert "|" not in s
|
||||
print("str |%s| %s" % (s, comment))
|
||||
|
||||
def u8(self, v, comment):
|
||||
if comment is None:
|
||||
|
||||
Reference in New Issue
Block a user