From a4a10becbf23708bd600938a6990e2d144f4857f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 20 Aug 2024 19:29:09 -0700 Subject: [PATCH] tasks.py: print one more intermediate output path --- tasks.py | 1 + 1 file changed, 1 insertion(+) 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():