Added serdes and use real ram port names

This commit is contained in:
Miodrag Milanovic 2025-03-04 13:10:40 +01:00
parent 4a2de30408
commit cd9c9b3e3b
2 changed files with 1994 additions and 1370 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ parser.add_argument('-o', '--outfile', dest='outfile', type=argparse.FileType('w
help="output HTML file")
def export_name(name,fout):
if name not in consts:
if name not in consts and "[" not in name:
print(f"X({name})", file=fout)
consts.add(name)
else: