tools/litex_read_verilog: also delete yosys_v2j.ys

This commit is contained in:
Florent Kermarrec 2019-09-24 08:49:00 +02:00
parent 0ea7a1fd05
commit 78fb0fb9dc
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ def main():
print("\n".join(migen_def))
# keep things clean after us
os.system("rm yosys_v2j.ys")
os.system("rm " + json_file)