1
0
Fork 0
mirror of https://git.sr.ht/~kivikakk/niar synced 2024-12-22 23:12:23 +00:00

cxxrtl: always force for now.

This commit is contained in:
Asherah Connor 2024-07-04 18:14:07 +03:00
parent 954de5e69d
commit e2ffef5cc2

View file

@ -113,6 +113,7 @@ def add_arguments(np: Project, parser):
def main(np: Project, args): def main(np: Project, args):
yosys = find_yosys(lambda ver: ver >= (0, 10)) yosys = find_yosys(lambda ver: ver >= (0, 10))
args.force = True # XXX: dependency detection is broken and results in bugs that aren't your fault.
platform = np.cxxrtl_target_by_name(args.target) platform = np.cxxrtl_target_by_name(args.target)
design = construct_top(np, platform) design = construct_top(np, platform)