Skip to content

Commit

Permalink
cxxrtl: always force for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 4, 2024
1 parent 954de5e commit e2ffef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/niar/cxxrtl.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def add_arguments(np: Project, parser):

def main(np: Project, args):
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)
design = construct_top(np, platform)
Expand Down

0 comments on commit e2ffef5

Please sign in to comment.