Skip to content

Commit

Permalink
feat(viewer): add sg13g2 libraries #10
Browse files Browse the repository at this point in the history
close #10
  • Loading branch information
urish committed Jul 18, 2024
1 parent 609e244 commit 8726d55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/model/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
]);

0 comments on commit 8726d55

Please sign in to comment.