Skip to content

Commit

Permalink
feat: added a command to make clean to remove generated verilog in cr…
Browse files Browse the repository at this point in the history
…yo-gen
  • Loading branch information
harshkhandeparkar committed Aug 3, 2023
1 parent 5eda45a commit 5f25e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfasoc/generators/cryo-gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ clean:
rm -f error_within_x.csv golden_error_opt.csv search_result.csv
rm -rf work
rm -rf tools/*.pyc tools/__pycache__/
rm -rf flow/design/src/cryo
cd flow && make nuke
cd simulation && rm -f *.log *.sp *.out *.ps

Expand Down

0 comments on commit 5f25e2d

Please sign in to comment.