Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joannapng committed Jun 29, 2024
1 parent 5a86e6b commit 2a67599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
verify_steps.append(build_cfg.VerificationStepType.STREAMLINED_PYTHON)

if args.folded_hls_cppsim:
verify-steps.append(build_cfg.VerificationStepType.FOLDED_HLS_CPPSIM)
verify_steps.append(build_cfg.VerificationStepType.FOLDED_HLS_CPPSIM)

if args.rtlsim_verification:
verify_steps.append(build_cfg.VerificationStepType.STITCHED_IP_RTLSIM)
Expand Down

0 comments on commit 2a67599

Please sign in to comment.