board-based name

This commit is contained in:
Romain Dolbeau 2024-05-18 10:24:27 +02:00
parent 0a4e49f2b2
commit b53b024a6d

View File

@ -472,6 +472,11 @@ def main():
f.write(f"HRES={hres}\n");
f.write(f"VRES={vres}\n");
f.close()
if (True):
f = open("board.inc", "w+")
f.write(f" .string \"NuBusFPGA {args.version}\\0\" /* revision level */")
f.close()
soc = NuBusFPGA(**soc_core_argdict(args),
variant=args.variant,