Eren Dogan
0a1de57cae
Update copyright year
2024-01-03 14:32:44 -08:00
Eren Dogan
e5fc25da6f
Update copyright year
2023-01-28 22:56:27 -08:00
Eren Dogan
96e57507bf
Add copyright check to code format test
2022-11-30 14:50:43 -08:00
Eren Dogan
fccdc3c45b
Use library imports globally
2022-11-27 13:01:20 -08:00
Eren Dogan
e3fe8c3229
Remove line ending whitespace
2022-07-22 19:52:38 +03:00
mrg
d92c7a634d
Use packages for imports.
...
Must set PYTHONPATH to include OPENRAM_HOME now.
Reorganizes subdirs as packages.
Rewrites unit tests to use packages.
Update README.md with instructions, dependencies etc.
Update sky130 module imports.
Change tech specific package from modules to custom.
2022-07-13 15:55:57 -07:00
Hunter Nichols
df8d59f32e
Merge branch 'dev' into automated_analytical_model
2021-02-01 01:49:45 -08:00
Matt Guthaus
30fc81a1f0
Update copyright year.
2021-01-22 11:23:28 -08:00
Hunter Nichols
bb841fc84d
Added option to output the datasheet.info file.
2021-01-06 12:45:34 -08:00
mrg
da721a677d
Remove EOL whitespace globally
2020-11-03 06:29:17 -08:00
Matt Guthaus
d0f04405a6
Convert capital names to lower case for consistency
2019-08-21 13:45:34 -07:00
Matt Guthaus
a234b0af88
Fix space before comment
2019-06-14 08:43:41 -07:00
Matt Guthaus
0f03553689
Update copyright to correct years.
2019-05-06 06:50:15 -07:00
Matt Guthaus
3f9a987e51
Update copyright. Add header to all OpenRAM files.
2019-04-26 12:33:53 -07:00
Jesse Cirimelli-Low
4754e6851d
add_db takes commline line argv for path
2019-03-06 22:21:05 -08:00
Jesse Cirimelli-Low
c1770036ac
made the add_db code much simpler
2019-03-06 22:20:34 -08:00
Jesse Cirimelli-Low
83e810f8b8
added sorting to deliverables output
2019-03-06 21:12:21 -08:00
Jesse Cirimelli-Low
fac9ff9be6
changed add_db.py to uncommenting method
2019-03-06 20:59:52 -08:00
Jesse Cirimelli-Low
3802c537e5
added add_db.py to add .db files to datasheets
2019-02-27 22:20:06 -08:00
Jesse Cirimelli-Low
34294443d4
updated logos and css for official colors
2019-02-25 07:46:34 -08:00
Jesse Cirimelli-Low
ff09254590
fixed analytical flag
2019-02-22 08:19:54 -08:00
Jesse Cirimelli-Low
0cabee060d
fixed area rounding
2019-02-22 06:57:54 -08:00
Jesse Cirimelli-Low
b4f1d53a1b
fixed DRC datasheet error
2019-02-22 06:46:28 -08:00
Jesse Cirimelli-Low
e3ff9b53e9
fixed area not being found
2019-02-14 07:01:35 -08:00
Jesse Cirimelli-Low
6cde6beafa
added documetation to functions
2019-02-07 06:33:39 -08:00
Jesse Cirimelli-Low
e131af2cc3
power added to datasheet (finally)
2019-02-06 20:31:22 -08:00
Jesse Cirimelli-Low
c22025839c
datasheet now indicates if analytical or characterizer is used
2019-01-31 08:28:51 -08:00
Jesse Cirimelli-Low
21868e1b60
removed expanded process names from corners
2019-01-31 08:09:00 -08:00
Jesse Cirimelli-Low
475db65d26
added units to AREA on datasheet
2019-01-30 17:49:43 -08:00
Jesse Cirimelli-Low
65c5cc9fe7
added support for more corner variations
2019-01-24 07:09:51 -08:00
Jesse Cirimelli-Low
25b0da404f
removed EOL error in comment
2019-01-16 16:08:41 -08:00
Jesse Cirimelli-Low
41b8e8665b
updated datasheet descriptors
2019-01-16 15:43:08 -08:00
Jesse Cirimelli-Low
0556b86424
html datasheet no longer dependeds on sram
2019-01-16 14:52:01 -08:00
Jesse Cirimelli-Low
192c615a38
moved library page to new repo
2019-01-16 07:33:17 -08:00
Jesse Cirimelli-Low
813a551691
comment parsing 1/2 complete; page gen setup complete
2019-01-15 20:48:20 -08:00
Jesse Cirimelli-Low
903cafb336
html parsing finished
2019-01-15 19:47:48 -08:00
Jesse Cirimelli-Low
b66c53a99a
added log file to datasheet
2019-01-13 15:02:13 -08:00
Jesse Cirimelli-Low
b0978e62f3
removed openram placeholder logo to stage for public push
2019-01-09 12:32:17 -08:00
Jesse Cirimelli-Low
8b8985dbd1
track table_gen
2019-01-09 06:15:22 -08:00
Jesse Cirimelli-Low
3f8628fa94
flask totally purged, fixed table headers
2019-01-08 20:04:30 -08:00
Jesse Cirimelli-Low
e58515b89b
tables stable and flask removed, headers are bugged
2019-01-08 19:50:47 -08:00
Jesse Cirimelli-Low
6033cc604d
stable, but incomplete flaskless table gen rewrite
2019-01-08 18:54:20 -08:00
Jesse Cirimelli-Low
19a986c35c
no-flask rewrite for initial datasheet case complete
2019-01-07 19:43:57 -08:00
Jesse Cirimelli-Low
1283cbc3be
fixed EOL error in descriptor
2019-01-07 18:17:38 -08:00
Jesse Cirimelli-Low
5508ae945d
updated file html description to simplify parsing
2019-01-07 17:08:47 -08:00
Jesse Cirimelli-Low
53b7e46db4
fixed bug where retrieving git id would fail depending on cwd
2019-01-03 12:28:29 -08:00
Jesse Cirimelli-Low
c69e5fdb18
added compile time to datasheet
2019-01-02 10:30:03 -08:00
Jesse Cirimelli-Low
cc27736a45
moved DRC and LVS error reports to datasheet.info from datasheet.py
2019-01-02 10:14:45 -08:00
Jesse Cirimelli-Low
afb32ed834
removed outdated 'unknown' for analytical frequency
2018-12-06 10:29:48 -08:00
Jesse Cirimelli-Low
bf27eb8cd6
removed placeholder data
2018-12-06 10:17:12 -08:00