From 19a957a57c967dcb2417ca85e46ca48a55eab0c5 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 20 Apr 2018 15:48:38 -0700 Subject: [PATCH] Fix unattached label on sense amp out by changing layer. --- compiler/modules/bank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/modules/bank.py b/compiler/modules/bank.py index 7ba1d614..f124e1ba 100644 --- a/compiler/modules/bank.py +++ b/compiler/modules/bank.py @@ -793,7 +793,7 @@ class bank(design.design): data_name = "data[{}]".format(i) data_pin = self.sense_amp_array_inst.get_pin(data_name) self.add_label(text="sa_out[{}]".format(i), - layer="metal3", + layer="metal2", offset=data_pin.center()) # Add labels on the decoder