Commit Graph

4797 Commits

Author SHA1 Message Date
Eren Dogan 175e95dd86 Delete unused scripts 2022-11-30 14:48:51 -08:00
Eren Dogan bbf9c18d11 Merge branch 'dev' into library 2022-11-29 18:29:28 -08:00
Eren Dogan 45ee3c7e55 Add sram_config example to documentation 2022-11-29 18:28:16 -08:00
Bugra Onal c6485277f3 New import method into memchar script 2022-11-29 14:53:02 -08:00
Bugra Onal b9f16ea490 Merge branch 'dev' into char 2022-11-29 14:50:00 -08:00
Bugra Onal 816eff711d Recover function for measures 2022-11-29 14:48:35 -08:00
Eren Dogan e15454ebb9 Make sram_config optional for sram 2022-11-29 10:33:32 -08:00
mrg 7ea130c9d1 Update make pdk and install as well as the instructions 2022-11-28 11:47:35 -08:00
Eren Dogan 52b6804b93 Update documentation for library 2022-11-27 18:24:01 -08:00
Eren Dogan a37d41b406 Fix typo 2022-11-27 16:41:28 -08:00
Eren Dogan 316f75861b Fix unit tests running on docker with a hack for now 2022-11-27 14:32:55 -08:00
Eren Dogan 2e7206343e Remove unnecessary imports 2022-11-27 13:11:10 -08:00
Eren Dogan fccdc3c45b Use library imports globally 2022-11-27 13:01:20 -08:00
Eren Dogan 037468d88d Merge branch 'dev' into library 2022-11-23 14:42:38 -08:00
mrg 6e81ecde54 Merge remote-tracking branch 'private/dev' into dev 2022-11-22 10:42:39 -08:00
mrg 207c9ee727 Merge branch 'stable' into dev 2022-11-22 10:42:15 -08:00
Matt Guthaus 5ad1db95a8
Update issue templates 2022-11-22 10:41:18 -08:00
samuelkcrow ac8a15acc0 fix get_replica_top and get_replica_left return values 2022-11-21 17:42:50 -08:00
Eren Dogan 9a8d693237 Fix recursive import of openram 2022-11-21 15:38:49 -08:00
Eren Dogan c5131cbd12 Fix typo 2022-11-21 15:00:58 -08:00
Eren Dogan e718106d87 Change is_unit_test to False by default 2022-11-21 14:52:57 -08:00
Eren Dogan 998d9b97f0 Import $OPENRAM_HOME as openram if library isn't installed 2022-11-18 11:16:28 -08:00
Eren Dogan e2093241a8 Export globals.py in library's __init__.py 2022-11-16 20:38:55 -08:00
Eren Dogan be7c21ab64 Update documentation for library 2022-11-11 16:16:38 -08:00
Eren Dogan e821b4a75e Print info regarding which directories are being used 2022-11-10 22:24:41 -08:00
Eren Dogan f95ff3c694 Fix library path in globals.setup_paths() 2022-11-10 21:50:31 -08:00
mrg a5aea64b09 Change sram_compiler.py permissions to u+x 2022-11-10 15:22:03 -08:00
mrg 7e4973539e Ignore sky130 library paths 2022-11-10 15:21:47 -08:00
Eren Dogan 6fe54c9c76 Make sram_compiler.py use $OPENRAM_HOME if library isn't installed 2022-11-06 21:56:40 -08:00
Eren Dogan 845f32805f Change compiler name for unit tests 2022-11-06 14:05:08 -08:00
Eren Dogan 2ba49fd96f Install 'build' before building library 2022-11-06 13:43:48 -08:00
Eren Dogan 47114b1423 Add step to CI to build library 2022-11-06 13:35:19 -08:00
Eren Dogan 62700e4d2b Fix OPENRAM_HOME path for library 2022-11-04 15:47:38 -07:00
Eren Dogan 557b2e7459 Reorganize library files to include everything 2022-11-04 15:10:44 -07:00
Eren Dogan 3ed1a92ce2 Rename openram.py as sram_compiler.py 2022-11-04 15:09:36 -07:00
Eren Dogan 740cff985a Inform user when library's tech is used 2022-11-03 22:02:05 -07:00
Eren Dogan 41abd4b3f4 Add Makefile targets for building the library 2022-11-02 20:20:41 -07:00
Eren Dogan 16432016b6 Fix imports in openram.py 2022-11-02 19:29:25 -07:00
mrg a213d3b0f6 Merge branch 'dev' into library 2022-11-02 16:20:56 -07:00
mrg b1a88d8c8a Remove variable reference in ifdef 2022-11-02 08:02:22 -07:00
mrg d8040d752c Update basic usage and FAQ 2022-10-27 12:00:19 -07:00
Eren Dogan 92f39f5686 Add .gitignore files to MANIFEST.in 2022-10-25 16:13:32 -07:00
Eren Dogan 34aac5a6b1 Enable required package installation 2022-10-25 16:13:04 -07:00
Eren Dogan e8b78bfd74 Fix paths in .magicrc 2022-10-25 14:36:05 -07:00
Eren Dogan 8599a02f12 Update openram.py location 2022-10-25 13:34:49 -07:00
Eren Dogan dacc0acd4d Fix paths while initializing 2022-10-25 13:01:02 -07:00
Eren Dogan a11570e7da Add package directories to .gitignore 2022-10-25 12:25:17 -07:00
Eren Dogan 92460d2080 Move the compiler script to the root 2022-10-25 12:22:57 -07:00
Eren Dogan dc9d1e00d8 Add setup files for package 2022-10-25 12:22:18 -07:00
samuelkcrow 5a82c45a33 Change how lists of BLs and WLs are named and organized for proper connection between these modules 2022-10-24 20:08:13 -07:00