From 4cb4b7ae1dbfeccaba9221465a9ee0945524a1f7 Mon Sep 17 00:00:00 2001 From: Eder Monteiro Date: Thu, 13 Jun 2024 11:54:03 -0300 Subject: [PATCH 1/3] ppl: list pins not found in constraint Signed-off-by: Eder Monteiro --- src/ppl/src/IOPlacer.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppl/src/IOPlacer.tcl b/src/ppl/src/IOPlacer.tcl index 7f5287e0a32..a02e060e42d 100644 --- a/src/ppl/src/IOPlacer.tcl +++ b/src/ppl/src/IOPlacer.tcl @@ -737,7 +737,7 @@ proc parse_pin_names {cmd names} { } if {[llength $pin_list] == 0} { - utl::error PPL 61 "Pins for $cmd command were not found." + utl::error PPL 61 "Pins {$names} for $cmd command were not found." } return $pin_list From a0afd6aed85c8412bb36b07392d62851c55eb78c Mon Sep 17 00:00:00 2001 From: Eder Monteiro Date: Thu, 13 Jun 2024 11:56:08 -0300 Subject: [PATCH 2/3] ppl: update ok file Signed-off-by: Eder Monteiro --- src/ppl/test/top_layer_error.ok | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppl/test/top_layer_error.ok b/src/ppl/test/top_layer_error.ok index 42dd43bff81..67d174e60e5 100644 --- a/src/ppl/test/top_layer_error.ok +++ b/src/ppl/test/top_layer_error.ok @@ -4,5 +4,5 @@ [INFO ODB-0131] Created 88 components and 422 component-terminals. [INFO ODB-0133] Created 54 nets and 88 connections. [WARNING STA-0366] port 'qq' not found. -[ERROR PPL-0061] Pins for set_io_pin_constraint command were not found. +[ERROR PPL-0061] Pins {qq} for set_io_pin_constraint command were not found. PPL-0061 From e4b6db5b94553654e3fa028a701839c444c5a4da Mon Sep 17 00:00:00 2001 From: Eder Monteiro Date: Thu, 13 Jun 2024 13:05:09 -0300 Subject: [PATCH 3/3] ppl: update another ok file Signed-off-by: Eder Monteiro --- src/ppl/test/place_pin_error1.ok | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppl/test/place_pin_error1.ok b/src/ppl/test/place_pin_error1.ok index fbe12e4c919..5a417a56021 100644 --- a/src/ppl/test/place_pin_error1.ok +++ b/src/ppl/test/place_pin_error1.ok @@ -4,5 +4,5 @@ [INFO ODB-0131] Created 88 components and 422 component-terminals. [INFO ODB-0133] Created 54 nets and 88 connections. [WARNING STA-0366] port 'qq' not found. -[ERROR PPL-0061] Pins for place_pin command were not found. +[ERROR PPL-0061] Pins {qq} for place_pin command were not found. PPL-0061