1. ab78d55 Add openrcx rules file and the related environment configs for openrcx support in openlane by manarabdelaty · 3 years, 7 months ago
  2. 305be76 Updated VERSION to go along with the merge of pull request 144 from Max Chen. by Tim Edwards · 3 years, 8 months ago 1.0.206
  3. a71088b Treeview can now highlight last opened subprojects by emayecs · 3 years, 8 months ago
  4. 582bc38 Added more features to the import dialog and treeview now displays all subprojects recursively by emayecs · 3 years, 8 months ago
  5. 12e8528 Removed IP and Import windows from project manager screen. Added an import button that brings up a file explorer for users to import subprojects or projects with a symbolic link. Small treeview UI changes. by emayecs · 3 years, 8 months ago
  6. 32eddcc Added GDS file for custom alternative to the fill 8 cell in the HVL by Tim Edwards · 3 years, 8 months ago
  7. 6de165c Modified VERSION to go along with the merge of pull request #142 from Max Chen. by Tim Edwards · 3 years, 8 months ago 1.0.205
  8. 55354d8 Users can create subprojects using the 'New' button by emayecs · 3 years, 8 months ago
  9. 219f0fd Deleted line breaks by emayecs · 3 years, 8 months ago
  10. c707a0a Project manager displays subprojects (projects located under the 'subcells' folder) in the project treeview. Changed some of the buttons on the project manager home screen. by emayecs · 3 years, 8 months ago
  11. e27b678 Corrected several rules in the magic techfile: (1) The "Tap not by Tim Edwards · 3 years, 8 months ago 1.0.204
  12. 9d788b1 Updated VERSION with the merge of pull request #141 from Max Chen. by Tim Edwards · 3 years, 8 months ago
  13. 1474831 Correct environment path in foundry_nodes.py and removed 'Open Galaxy' from comments. by emayecs · 3 years, 8 months ago
  14. b2487ae Replaced project.json with info.yaml in places asking for basic project info. Renamed some variables that still referred to 'og.' Added create_yaml() method. by emayecs · 3 years, 8 months ago
  15. 13e0611 Updated VERSION with merge of pull request #139 from Max Chen. by Tim Edwards · 3 years, 8 months ago 1.0.203
  16. f31fb7a reverted sky130/makefile.in, renamed files starting with 'og,' replaced hard-coded path in create_project with PREFIX by emayecs · 3 years, 8 months ago
  17. 5656b2b Replaced top environment line of files with env by emayecs · 3 years, 8 months ago
  18. 5966a53 Modified og_gui_manager.py to make it accessible on devices not on the efabless platform. Changed the create project script to make the proper config directories so that the editors can be used. Modified profile.py to make the settings properly reflect the user preferences. by emayecs · 3 years, 8 months ago
  19. de95d78 Updated VERSION with merge of pull request #140 from Manar Abdelaty. by Tim Edwards · 3 years, 8 months ago 1.0.202
  20. 8a3e814 Update OL config.tcl by manarabdelaty · 3 years, 8 months ago
  21. 55aa91a Added a custom fill_4 cell for the HD library, equivalent to what was done by Tim Edwards · 3 years, 8 months ago 1.0.201
  22. f2b7d99 Added correction for the layout of sky130_fd_sc_hs__decap_8. Like the other by Tim Edwards · 3 years, 8 months ago 1.0.200
  23. 44c13e2 Corrected the sky130.json file syntax (simple string arguments by Tim Edwards · 3 years, 8 months ago 1.0.199
  24. b9023ba Added "resist ... None" entries in the extract section of the magic by Tim Edwards · 3 years, 8 months ago 1.0.198
  25. 8f558f0 Corrected the LICON rules in the klayout DRC decks, because the by Tim Edwards · 3 years, 8 months ago 1.0.197
  26. ce38f72 Added a mask-hints line for HVNTM, since certain layout geometries by Tim Edwards · 3 years, 8 months ago
  27. d7d8a10 Modified the techfile to make the cifoutput style "sky130(vendor)" the default, by Tim Edwards · 3 years, 8 months ago 1.0.196
  28. 458aedc Modified the "fake diode" layout to include a square of unconnected pdiff on the by Tim Edwards · 3 years, 8 months ago 1.0.195
  29. 503d53e Update to the Makefile.in from Max Chen to correct an issue with by Tim Edwards · 3 years, 8 months ago
  30. dae7224 Updated version after mergins pull request 138 from Max Chen. by Tim Edwards · 3 years, 8 months ago
  31. 41ba5e5 Added the "MR" (manufacturing rules) DRC deck for klayout. by Tim Edwards · 3 years, 9 months ago 1.0.194
  32. 97274fd Made a change to the xschem install to modify the links to the by Tim Edwards · 3 years, 9 months ago 1.0.193
  33. fa1b3ad Added a new script that can print the creation and modification dates of the by Tim Edwards · 3 years, 9 months ago 1.0.192
  34. a1b03c8 Updated version to go with merge of pull request #137 from Marwan Abbas. by Tim Edwards · 3 years, 9 months ago
  35. fc67c93 Updated sky130_ef_io_core.lef and sky130_fd_io_core.lef to match the new caravel by Marwan Abbas · 3 years, 9 months ago
  36. b4bd4f9 Added the "isosub" to the cifinput and cifoutput sections, mapping by Tim Edwards · 3 years, 9 months ago 1.0.191
  37. 804f48b Re-instituted a block of code that was deleted from the by Tim Edwards · 3 years, 9 months ago
  38. 973a331 Changed the seal ring abstract view to a more sensible layout using by Tim Edwards · 3 years, 9 months ago 1.0.189
  39. a35be83 Updated version along with merging pull request #135 from Max Chen. by Tim Edwards · 3 years, 9 months ago
  40. c6b8a8c Fixed bugs with retrieving files in check_density.py and generate_fill.py, syntax fixes for check_antenna.py, added error checking for .rcfile to all scripts by emayecs · 3 years, 9 months ago
  41. 4b2eaa9 Fixed bugs with retrieving files in check_density.py and generate_fill.py, syntax fixes for check_antenna.py by emayecs · 3 years, 9 months ago
  42. 7dfb299 Updated version to go with the merge of pull request #134 from Max Chen. by Tim Edwards · 3 years, 9 months ago 1.0.188
  43. 2824418 Script now checks if '/tmp' is available instead of 'tmp' by emayecs · 3 years, 9 months ago
  44. 806fe6f fixed bug so that the temp directory is created in the working directory. script also checks if the working directory is writable. script also checks if 'tmp' is an available directory in addition to 'temp.' by emayecs · 3 years, 9 months ago
  45. 41c1930 Additional changes to the foundry_install script. The main issue by Tim Edwards · 3 years, 9 months ago
  46. 91ddc9a Made a number of changes to the foundry_install script to allow LEF annotation by Tim Edwards · 3 years, 9 months ago 1.0.187
  47. 7d07616 Removed the nodeinfo.json file which should not be in the by Tim Edwards · 3 years, 9 months ago
  48. 15318a3 Added "annotate" to the installation of sky130_ef_io, as this avoids by Tim Edwards · 3 years, 9 months ago
  49. 78b2b02 Corrected the origin of the sky130_ef_top_power_hvc pad (used in the by Tim Edwards · 3 years, 9 months ago
  50. b8be5f8 Changed the sky130 Makefile io-a recipe to use the LEF sources by Tim Edwards · 3 years, 9 months ago 1.0.186
  51. e696c08 Updated version to go with the previous commit. by Tim Edwards · 3 years, 9 months ago 1.0.185
  52. b47e725 Added a LEF view of the ESD nFET that exists in the SkyWater I/O library; because by Tim Edwards · 3 years, 9 months ago
  53. 1d93a6b Updated version with pull request #133. by Tim Edwards · 3 years, 9 months ago 1.0.184
  54. c5110e9 Another bugfix by Donn · 3 years, 9 months ago
  55. c7ce9ba Updated version along with merging pull request #132. by Tim Edwards · 3 years, 9 months ago 1.0.183
  56. f41154c Stop `download.sh` from silently failing\n\nAlso fix issue where is interpreted as a command by Donn · 3 years, 9 months ago
  57. fd28146 update pdn configuration to include p&g pins by osamahammad21 · 3 years, 9 months ago 1.0.182
  58. f98255f Updated VERSION with the merge of pull request #129. by Tim Edwards · 3 years, 9 months ago
  59. 3f3e1b6 fixed VSSD_PAD connection by manarabdelaty · 3 years, 9 months ago
  60. 0a5e52b Updated the version with the last commit. by Tim Edwards · 3 years, 9 months ago 1.0.181
  61. e8de007 Swapped the layouts for the "clamped" vs. the "clamped2" cells (power pad + by Tim Edwards · 3 years, 9 months ago
  62. aac3d1a Partial update from the reverted commit: Added the GDS files (which are not being by Tim Edwards · 3 years, 10 months ago 1.0.180
  63. f35c607 Revert "Added layouts for the four cells in the HD library that have DRC errors and will" by Tim Edwards · 3 years, 10 months ago
  64. 58549cb Added layouts for the four cells in the HD library that have DRC errors and will by Tim Edwards · 3 years, 10 months ago
  65. a6180a9 Added the "fakediode" cell to the list of cells that are ignored by by Tim Edwards · 3 years, 10 months ago 1.0.179
  66. e74c649 Corrected pin connections in the verilog for sky130_ef_io (pins for by Tim Edwards · 3 years, 10 months ago
  67. 68fc4e6 Slight optimization to the SRAM macro install, which allows the by Tim Edwards · 3 years, 10 months ago 1.0.178
  68. 67a3c47 Added a command "ext2spice scale off" to the magic startup file by Tim Edwards · 3 years, 10 months ago 1.0.177
  69. 8877f8f This update changes the way that 3rd party repositories are pulled, by Tim Edwards · 3 years, 10 months ago
  70. 1c74f85 A number of changes, mostly to the SPICE libraries and netlists in support by Tim Edwards · 3 years, 10 months ago 1.0.176
  71. cc82b60 Some fixes and enhancements to the two helper scripts change_gds_string.py by Tim Edwards · 3 years, 10 months ago 1.0.174
  72. 865f36f Corrected an error in change_gds_cell that fails to handle the by Tim Edwards · 3 years, 10 months ago 1.0.173
  73. 003f2b1 Added a new script utililty called "change_gds_cell" that can be by Tim Edwards · 3 years, 10 months ago 1.0.172
  74. 64f5480 Modified the magic techfile to implement the correct order of types by Tim Edwards · 3 years, 10 months ago
  75. 4d57941 Corrected DNWELL layer generation in cifoutput; the layer should by Tim Edwards · 3 years, 10 months ago 1.0.171
  76. f6a94bd Updated the sky130.tech file to better handle the HVI-to-LV-nwell by Tim Edwards · 3 years, 10 months ago
  77. 7f2d657 Changed the analog pad (sky130_ef_io__analog_pad) LEF CLASS from BLOCK to PAD. by Tim Edwards · 3 years, 10 months ago 1.0.170
  78. c681f20 Corrected a directional surround rule on vias to include metal by Tim Edwards · 3 years, 10 months ago 1.0.169
  79. f55386a Corrected the verilog for sky130_ef_io, which was not separating the by Tim Edwards · 3 years, 10 months ago
  80. 46dc5fe Added a new pad sky130_ef_io__top_power_hvc for the "caravan" chip which by Tim Edwards · 3 years, 10 months ago
  81. 956e302 Made a change to the PNP transistor layouts in sky130_fd_pr so that the layouts by Tim Edwards · 3 years, 10 months ago 1.0.168
  82. b966830 Update correction for the PNP transistor extraction change done a by Tim Edwards · 3 years, 10 months ago
  83. ef6b029 Minor correction to techfile to replace a measurement value in a by Tim Edwards · 3 years, 10 months ago 1.0.167
  84. 33ce97a Created a new script that deals with the problem of parameter by Tim Edwards · 3 years, 10 months ago 1.0.166
  85. 41000e6 Added code to the process_params.py script to catch about a dozen by Tim Edwards · 3 years, 10 months ago
  86. 23daea1 Modified the tech file to correct the rule cap2m.8, which should by Tim Edwards · 3 years, 10 months ago
  87. 55c6eee Merge branch 'master' of 192.168.0.7:/home/tim/gitsrc/open_pdks/ by Tim Edwards · 3 years, 10 months ago 1.0.165
  88. 2b75891 Added some missing standard cell libraries to the JSON information by Tim Edwards · 3 years, 10 months ago
  89. 9c9cf7f Updated version with merge of pull request #123. by Tim Edwards · 3 years, 10 months ago
  90. 05c4d2e Turn on offgrid check in klayout drc by manarabdelaty · 3 years, 10 months ago
  91. daad106 Revised the sky130 Makefile to completely ignore blocks that are not by Tim Edwards · 3 years, 10 months ago 1.0.164
  92. 61cd6b3 Updated version with pull request #122. by Tim Edwards · 3 years, 10 months ago 1.0.163
  93. 3bffe3a cdl installation scenarios for both EF_STYLE PDK and regular one by Ahmad Nofal · 3 years, 10 months ago
  94. 16b050b One more change in support of EF_FORMAT, to correct one of the patch by Tim Edwards · 3 years, 10 months ago 1.0.162
  95. 238499f Rebuilt the configure script locally. by Tim Edwards · 3 years, 10 months ago
  96. 87bacf9 Merge branch 'master' of 192.168.0.7:/home/tim/gitsrc/open_pdks/ by Tim Edwards · 3 years, 10 months ago
  97. 78ee633 Revised the fix_device_models script (again) to correct the by Tim Edwards · 3 years, 10 months ago
  98. 290487a Modified the configure script to *not* run "realpath" on the local-path by Tim Edwards · 3 years, 10 months ago
  99. baf77e5 Corrected a hard-coded reference to a magic version number directory by Tim Edwards · 3 years, 10 months ago
  100. 99a5cf9 Added script to fix the issue with incorrect device names for the by Tim Edwards · 3 years, 11 months ago 1.0.161