ecp5: Fix chipdb builder
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
efda05a5c0
commit
32559638d3
@ -45,7 +45,8 @@ class BinaryBlobAssembler:
|
|||||||
print("ref %s %s" % (name, comment))
|
print("ref %s %s" % (name, comment))
|
||||||
|
|
||||||
def s(self, s, 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):
|
def u8(self, v, comment):
|
||||||
if comment is None:
|
if comment is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user