From be906d4e84298ef1bd7ee37af64234b093a5121b Mon Sep 17 00:00:00 2001
From: Daniel Newbrook <dwn1c21@soton.ac.uk>
Date: Fri, 2 Feb 2024 09:54:58 +0000
Subject: [PATCH] Correct PCORNER orientation

---
 ASIC/44pin/Cadence/scripts/io_plan.tcl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ASIC/44pin/Cadence/scripts/io_plan.tcl b/ASIC/44pin/Cadence/scripts/io_plan.tcl
index 84edc89..39c191e 100644
--- a/ASIC/44pin/Cadence/scripts/io_plan.tcl
+++ b/ASIC/44pin/Cadence/scripts/io_plan.tcl
@@ -21,10 +21,10 @@ delete_io_fillers -cell PFILLER0005
 
 read_io_file nanosoc_io_plan.io
 
-add_io_fillers -cells PCORNER -prefix CORNER -side n -from -300 -to 300
-add_io_fillers -cells PCORNER -prefix CORNER -side e -from 1380 -to 3000
-add_io_fillers -cells PCORNER -prefix CORNER -side s -from 880 -to 2000
-add_io_fillers -cells PCORNER -prefix CORNER -side w -from -300 -to 300
+add_io_fillers -cells PCORNER -prefix CORNER -side n -from 880 -to 1000
+add_io_fillers -cells PCORNER -prefix CORNER -side e -from 0 -to 120
+add_io_fillers -cells PCORNER -prefix CORNER -side s -from 0 -to 120
+add_io_fillers -cells PCORNER -prefix CORNER -side w -from 1380 -to 1500
 
 add_io_fillers -cells PFILLER20 -prefix FILLER -side n
 add_io_fillers -cells PFILLER20 -prefix FILLER -side e
-- 
GitLab