tasks.py: print one more intermediate output path

This commit is contained in:
David Anderson 2024-08-20 19:29:09 -07:00
parent a0892fefcd
commit a4a10becbf
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ def synth(c, target):
print(f" Log : {yosys_log}")
print(f" Flat : {yosys_preprocessed}")
print(f"Compiled : {yosys_compiled}")
print(f" Dot : {yosys_preprocessed_graph}.dot")
pin_map = target.parent / "pin_map.lpf"
if not pin_map.is_file():