Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoeders committed Sep 27, 2024
1 parent 42dd941 commit c57b730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfasst/tools/transform/error_injector_rules.ninja.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rule inject
command = python {{ bffast_path }}/bfasst/utils/error_injector.py --build_dir $build_dir --log_path $log_path --seed $seed --error_type $error_type --reversed_netlist $reversed_netlist $logging_level
command = python {{ bfasst_path }}/bfasst/utils/error_injector.py --build_dir $build_dir --log_path $log_path --seed $seed --error_type $error_type --reversed_netlist $reversed_netlist $logging_level
description = inject a $error_type into xrev netlist for $build_dir

0 comments on commit c57b730

Please sign in to comment.