From 8726d55eaa606cefad107f7a7c321aba205dc5df Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 18 Jul 2024 21:06:17 +0300 Subject: [PATCH] feat(viewer): add sg13g2 libraries #10 close #10 --- src/model/libraries.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/model/libraries.ts b/src/model/libraries.ts index fc984ed..09f91cc 100644 --- a/src/model/libraries.ts +++ b/src/model/libraries.ts @@ -25,4 +25,16 @@ export const libraryLoader = new LibraryLoader([ path: 'mips_cpu/', url: 'https://raw.githubusercontent.com/StefanSchippers/xschem_sky130/main/', }, + { + path: 'sg13g2_pr', + url: 'https://raw.githubusercontent.com/IHP-GmbH/IHP-Open-PDK/main/ihp-sg13g2/libs.tech/xschem/', + }, + { + path: 'sg13g2_stdcells', + url: 'https://raw.githubusercontent.com/IHP-GmbH/IHP-Open-PDK/main/ihp-sg13g2/libs.tech/xschem/', + }, + { + path: 'sg13g2_test', + url: 'https://raw.githubusercontent.com/IHP-GmbH/IHP-Open-PDK/main/ihp-sg13g2/libs.tech/xschem/', + }, ]);