1. b6e8c7e Added the (corrected and verified) netlists for sky130_fd_io as a by Tim Edwards · 4 years ago 1.0.143
  2. 10aa9ab Added spinit file under custom/models to get the correct startup by Tim Edwards · 4 years ago 1.0.140
  3. 708a942 Added hooks to the Tcl code in magic for schematic-to-layout by Tim Edwards · 4 years ago 1.0.138
  4. 7dbca1a Slight extension to the "options=" option to allow the value to be by Tim Edwards · 4 years, 1 month ago 1.0.136
  5. 3e4e81e Made significant updates to netlist_to_layout.py (although still by Tim Edwards · 4 years, 1 month ago 1.0.124
  6. 9134eed Fixes to the (work in progress) xcircuit installation, and added a by Tim Edwards · 4 years, 1 month ago
  7. 6e743d3 Correction to a typo in staging_install.py from the last commit. by Tim Edwards · 4 years, 1 month ago
  8. 1168a8b Corrected the automatic installation of third-party tool setups and by Tim Edwards · 4 years, 1 month ago
  9. d14571f Corrected the sky130 Makefile to put the special handling of the by Tim Edwards · 4 years, 3 months ago
  10. 4e5bf21 Modified the magic techfile to remove the CELLRING templayer from the by Tim Edwards · 4 years, 3 months ago
  11. c02ef36 Initial None setting for tclscript to prevent referencing a non- by Tim Edwards · 4 years, 3 months ago 1.0.101
  12. 26ab496 Minor update which allows a custom Tcl script to be inserted in the by Tim Edwards · 4 years, 3 months ago 1.0.100
  13. 59a7846 Added the netlist_to_layout python script that reads a SPICE netlist by Tim Edwards · 4 years, 3 months ago
  14. 41142a8 Linking from None fix by Ahmed Ghazy · 4 years, 8 months ago
  15. 9ad3045 Modifications to the waffle fill pattern generator output style. by Tim Edwards · 4 years, 4 months ago 1.0.82
  16. 02c0193 Added a new script in common/ "cleanup_unref.py" which removes all by Tim Edwards · 4 years, 4 months ago
  17. 0ee0f18 Corrected the PDK units conversion, which was using floor() instead by Tim Edwards · 4 years, 4 months ago
  18. bc6e391 Modified foundry_install.py to add SPICE/CDL port index annotation by Tim Edwards · 4 years, 4 months ago
  19. faac36a Removed the "cellname delete \(UNNAMED\)" commands from the by Tim Edwards · 4 years, 5 months ago 1.0.58
  20. bbab9f6 Changed the OSU library "rename" to include the (nonstandard) ".tlef" by Tim Edwards · 4 years, 5 months ago
  21. 9d3debb Modified a number of scripts using "/bin/env" to make it by Tim Edwards · 4 years, 5 months ago 1.0.49
  22. 7a86e78 cleanup according to the reviews by agorararmard · 4 years, 6 months ago
  23. c3a4db3 cleanups and using hs/ms diodes in openlane by agorararmard · 4 years, 6 months ago
  24. 331bd6a a lame solution to make sure you don't invalidate the lef (do the same thing twice) by agorararmard · 4 years, 6 months ago
  25. 6f8c74d fixes by agorararmard · 4 years, 6 months ago
  26. 14a276b base commit for the lef modifying scripts by agorararmard · 4 years, 6 months ago
  27. f00bbc6 Corrected the tab error in cdl2spi.py, and modified foundry_install.py by Tim Edwards · 4 years, 5 months ago
  28. dc8149d Updated cdl2spi.py to handle resistors with models specified by Tim Edwards · 4 years, 5 months ago 1.0.46
  29. 5c7924d Moved sort_pdkfiles.py to common/, and modified behavior to always use the by Tim Edwards · 4 years, 6 months ago 1.0.43
  30. 995c133 Added additional option "sort" to supply a sorting script to specify by Tim Edwards · 4 years, 6 months ago
  31. 05e66eb Various modifications to accommodate the somewhat complicated by Tim Edwards · 4 years, 6 months ago 1.0.41
  32. c6202ef 2nd pass at updating the sky130 installer for sky130_fd_pr. by Tim Edwards · 4 years, 6 months ago
  33. 5d866e8 Merge branch 'master' of opencircuitdesign.com:/home/tim/gitsrc/open_pdks/ by Tim Edwards · 4 years, 7 months ago
  34. 862eeac Added support for bipolar transistor types (using the pwell or by Tim Edwards · 4 years, 7 months ago
  35. 88b2b7f Modified the spectre_to_spice.py script to remove a specific use of by Tim Edwards · 4 years, 7 months ago
  36. fd0ddc5 Additional changes/corrections to the spectre_to_spice script. by Tim Edwards · 4 years, 7 months ago 1.0.31
  37. 956858b Added find_all_devices.py from the Google/SkyWater work, as it is by Tim Edwards · 4 years, 7 months ago 1.0.30
  38. d813045 More changes to the spectre_to_spice.py code. by Tim Edwards · 4 years, 7 months ago
  39. 475b527 Corrections, mostly to spectre_to_spice to handle various issues, by Tim Edwards · 4 years, 7 months ago 1.0.29
  40. e90095a Forced spectre_to_spice.py to translate spectre model types "resistor" by Tim Edwards · 4 years, 7 months ago 1.0.28
  41. 37d35dd Added a script that parses a SPICE file and prints the parameters that by Tim Edwards · 4 years, 7 months ago
  42. c91f2d6 Added a new script "fix_subckt_params.py" which works with the by Tim Edwards · 4 years, 7 months ago
  43. 7eb7ab1 Added "split_one_spice.py", a companion script to "spectre_to_spice.py" by Tim Edwards · 4 years, 7 months ago 1.0.27
  44. 7ac1f03 Updated the magic techfile with the first draft of the completed by Tim Edwards · 4 years, 7 months ago 1.0.25
  45. a421978 Made small whitespace fixes per contents of pull request #23 by Tim Ansell. by Tim Edwards · 4 years, 8 months ago 1.0.24
  46. 4491858 More corrections to spectre_to_spice.py and split_spice.py. by Tim Edwards · 4 years, 8 months ago
  47. 57220f1 Corrected the handling of parameters inside and outside a subcircuit call. by Tim Edwards · 4 years, 8 months ago 1.0.22
  48. 7cbaaba Modified the configuration file to better handle the installation by Tim Edwards · 4 years, 8 months ago
  49. d9fe26c Additional fix to spectre_to_spice.py to handle spectreisms. by Tim Edwards · 4 years, 8 months ago
  50. eba70cf Changed "convert_spectre.py" to "spectre_to_spice.py". Corrected the script by Tim Edwards · 4 years, 8 months ago
  51. 5ebe4cf Updated the magic techfile to correct a few errors and extend the by Tim Edwards · 4 years, 8 months ago 1.0.19
  52. 0a0272b Enabled the REDISTRIBUTION option in the Makefile for sky130A. by Tim Edwards · 4 years, 8 months ago 1.0.18
  53. 4eb5c02 More fixes on the two spectre-to-SPICE conversion scripts. by Tim Edwards · 4 years, 8 months ago
  54. 7f052a6 Updated the convert_spectre.py script to correct a number of errors, by Tim Edwards · 4 years, 8 months ago
  55. 019ddf2 Added the "END LIBRARY" line back to the end of the LEF library after by Tim Edwards · 4 years, 8 months ago 1.0.16
  56. 9be4ac2 Additional corrections to the standalone library compile scripts. by Tim Edwards · 4 years, 8 months ago
  57. 51f8142 Removed all of the routines that generate compiled libraries from by Tim Edwards · 4 years, 8 months ago
  58. 3d84902 Finished the first working draft of the spectre-to-SPICE conversion script. by Tim Edwards · 4 years, 8 months ago 1.0.14
  59. 031ccbc Added a convert_spectre.py script which makes a basic first-pass attempt by Tim Edwards · 4 years, 8 months ago 1.0.13
  60. fd5c0c4 Per the bug report by Ronan Barzic, corrected the staging_install.py by Tim Edwards · 4 years, 8 months ago 1.0.12
  61. 2ca966e Corrected the last commit where I accidentally inserted a tab, by Tim Edwards · 4 years, 8 months ago 1.0.11
  62. 2ea9633 Changed the "create_gds_library" command to use the new command by Tim Edwards · 4 years, 8 months ago 1.0.10
  63. d9fe000 Corrected the Makefile, which was using the "exclude" option on the by Tim Edwards · 4 years, 8 months ago 1.0.8
  64. 55f4d0e Initial commit of public repository open_pdks. by Tim Edwards · 4 years, 9 months ago