diff --git a/tasks.py b/tasks.py index 85107b6..edf25fc 100644 --- a/tasks.py +++ b/tasks.py @@ -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():