Skip to content

Commit

Permalink
Merge pull request #28 from byuccl/next-release
Browse files Browse the repository at this point in the history
SpyDrNet-TMR 1.4 Pt 2
  • Loading branch information
jacobdbrown4 authored Apr 18, 2023
2 parents 23b8f56 + db15370 commit 5833d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spydrnet_tmr/apply_tmr_to_netlist_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def apply_tmr_to_netlist(netlist, vendor_name, **kwargs):
[cell.name for cell in primitive_info[FF_PRIMITIVES]],
)
if insert_voters_after_ff_flag:
before_ff_voter_points = find_voter_insertion_points_after_ff(
after_ff_voter_points = find_voter_insertion_points_after_ff(
[*hinstances_to_replicate, *hports_to_replicate],
[cell.name for cell in primitive_info[FF_PRIMITIVES]],
)
Expand Down

0 comments on commit 5833d9f

Please sign in to comment.