tasks.py: print one more intermediate output path
This commit is contained in:
parent
a0892fefcd
commit
a4a10becbf
1
tasks.py
1
tasks.py
|
@ -155,6 +155,7 @@ def synth(c, target):
|
||||||
print(f" Log : {yosys_log}")
|
print(f" Log : {yosys_log}")
|
||||||
print(f" Flat : {yosys_preprocessed}")
|
print(f" Flat : {yosys_preprocessed}")
|
||||||
print(f"Compiled : {yosys_compiled}")
|
print(f"Compiled : {yosys_compiled}")
|
||||||
|
print(f" Dot : {yosys_preprocessed_graph}.dot")
|
||||||
|
|
||||||
pin_map = target.parent / "pin_map.lpf"
|
pin_map = target.parent / "pin_map.lpf"
|
||||||
if not pin_map.is_file():
|
if not pin_map.is_file():
|
||||||
|
|
Loading…
Reference in New Issue