Skip to content

Commit

Permalink
feat: added a command to make clean to remove generated verilog in ld…
Browse files Browse the repository at this point in the history
…o-gen
  • Loading branch information
harshkhandeparkar committed Aug 3, 2023
1 parent d34a731 commit 43ba982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openfasoc/generators/ldo-gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,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/ldo
-cd flow && make nuke
-rm -f blocks/sky130hvl/ldo_custom_net.txt blocks/sky130hvl/ldo_domain_insts.txt
-rm -rf ../../common/drc-lvs-check/sky130A
Expand Down

0 comments on commit 43ba982

Please sign in to comment.