Added serdes and use real ram port names
This commit is contained in:
parent
4a2de30408
commit
cd9c9b3e3b
3362
gatemate/die.py
3362
gatemate/die.py
File diff suppressed because it is too large
Load Diff
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue