Commit Graph

158 Commits

Author SHA1 Message Date
D. Mitch Bailey 27dfc3875d Removed variable reuse. 2025-02-17 09:17:50 -08:00
D. Mitch Bailey 54eba30e01 Added ckeck-gpio-id target to check oas file gpio defaults and id.
Development does not create oas files, so not tested on development data.
2025-02-16 15:47:16 -08:00
D. Mitch Bailey 357352e145 Standardize sort order across Linux distros. 2025-02-16 15:33:47 -08:00
D. Mitch Bailey 591704a4d6 Added missing log of final target. 2025-02-16 15:18:58 -08:00
D. Mitch Bailey 9f0286ddeb Changes to compositor.py to deal with compressed files.
- Uncompress caravel_core/caravan_core.mag if compressed.
- Add mcw path to compose_final.tcl.
- Return magic exit code.
2025-02-15 02:13:59 -08:00
D. Mitch Bailey ac6539c8b5 Allow volare installation from user project directories. 2025-02-14 23:07:36 -08:00
D. Mitch Bailey 61906428d4 Prevent crash from too many open files. 2025-02-13 19:16:51 -08:00
D. Mitch Bailey b1df213328 Since magic handles compressed files explicitly, change uncompress to unsplit. 2025-02-13 14:39:06 -08:00
D. Mitch Bailey bfa5cb5b4f Removed caravel_timing_* targets. 2025-02-12 19:18:13 -08:00
D. Mitch Bailey 69d08c2273 Tested version of timing script generation - soon to be deprecated. 2025-02-12 19:12:14 -08:00
D. Mitch Bailey 4e17cc23c8 Attempt to make timing scripts uniform 2025-02-12 18:57:31 -08:00
D. Mitch Bailey cae587ae41 Updated lvs-* targets
- Added message saying the lvs-* recipes may be out-of-date and have limited support.
- Removed redundant BLOCKS calculation
- Renamed lvs-* to lvs-mag-* to avoid conflicts with user_project Makefiles
2025-02-12 16:21:13 -08:00
D. Mitch Bailey 9f6303535a Added targets to unsplit files but leave the result compressed. 2025-02-12 15:21:14 -08:00
D. Mitch Bailey 3f5158c6fe Do not create double entries for compressed files in the master_manifest
Fixed PHONY syntax error
2025-02-12 08:44:24 -08:00
D. Mitch Bailey c868e1c96e Remove uncompress dependencies for set_user_id and gpio_defaults
- set_user_id had no dependencies
- gen_gpio_defaults had a dependency for caravan_core.mag, but
  added a smart_open routine to natively open an uncompressed or
  compressed file based on the suffix. No need to recompress.
2025-02-11 19:16:18 -08:00
D. Mitch Bailey 48965172f8 Remove update_caravel target. 2025-02-10 08:42:08 -08:00
D. Mitch Bailey 55a1e42afb Removed unused COMMIT variables and xor-*wrapper targets. 2025-02-10 06:50:14 -08:00
D. Mitch Bailey 92e0d3bd75 Removed background recipes 2025-02-09 20:51:39 -08:00
D. Mitch Bailey 7a216f1928 Updates for manifest targets
- Sort manifest files
- Handle compressed files in master_manifest
2025-02-09 20:48:42 -08:00
D. Mitch Bailey 2c6281d792 Slight changes to last commit
- Added deleted targets with a message stating that the target has been deleted.
- Removed openlane/README.rst before creating to prevent outdated version on error.
- Corrected .RECIPE keyword to .PHONY
- Corrected python check message to correct version.
2025-02-09 17:57:22 -08:00
David Lindley 38f2bbf900
Merge pull request #563 from efabless/remove_custom_opdks_build
Remove PDK build targets from Makefile.  Merging into ci2504-DEV for testing.
2025-02-07 12:57:39 -05:00
Mohamed Gaber e9201f6877
Remove PDK build targets from Makefile
- pdk can now only be fetched with volare -- users who want to build their own PDK should know what they're doing
- volare, rst_include now share a venv
- venv no longer needlessly recreated every single time volare is installed
- venv added to gitignore
- check-python reimplemented
2025-02-07 19:37:24 +02:00
David Lindley e60ad32f6c
Merge pull request #138 from d-m-bailey/clear_result
Remove previous LVS results before making lvs-* and lvs-gds-* targets.
2025-02-06 20:26:22 -05:00
Jeff DiCorpo 49c5a688b1
tag = 2024.09.12-1 2024-09-12 14:01:55 -07:00
Jeff DiCorpo 93ce8bb464
tag = 2024.09.03-1 2024-09-03 13:23:47 -07:00
Jeff DiCorpo ac179548f9
tag = mpw-9k 2024-07-31 11:11:30 -07:00
Jeff DiCorpo 487a439614
tag mpw-9j 2024-05-30 14:37:02 -07:00
Jeff DiCorpo 084af0eb7c
update tag = mpw-9f 2023-11-05 10:47:16 -08:00
Marwan Abbas 93c54686f0
Update Makefile 2023-10-22 10:00:28 +03:00
jeffdi 909998bb9d correct typos 2023-09-11 11:02:57 -07:00
jeffdi 78a5f2a4a2 correct typos 2023-09-11 11:01:40 -07:00
jeffdi c55d4f640a update openframe make target 2023-09-11 10:46:18 -07:00
jeffdi e2f41e2c79 rename top to caravel 2023-09-11 10:40:34 -07:00
jeffdi 40b141bb5a remove -keep 2023-09-11 10:38:22 -07:00
jeffdi b709ac0bfe add -keep 2023-09-11 10:38:22 -07:00
jeffdi 144e9b2192 remove -keep for gen fill 2023-09-11 10:38:22 -07:00
jeffdi 3985e19a80 change bbox for gen fill 2023-09-11 10:38:22 -07:00
jeffdi 4691b2c32d change bbox for gen fill 2023-09-11 10:38:20 -07:00
jeffdi df3eca2eb5 add user_id back 2023-09-11 10:36:14 -07:00
jeffdi 921e4e2115 change .magicrc to use from pdk 2023-09-11 10:36:14 -07:00
jeffdi 39846c84a1 disable dist for fill gen 2023-09-11 10:36:14 -07:00
jeffdi c95834d22e Makefile add openframe target 2023-09-11 10:36:11 -07:00
jeffdi 0e65bfabea remove -keep 2023-09-11 10:27:37 -07:00
jeffdi ed2b6ad39e add -keep 2023-09-11 10:27:37 -07:00
jeffdi 42d186015c remove -keep for gen fill 2023-09-11 10:27:37 -07:00
jeffdi 40f5d9476c change bbox for gen fill 2023-09-11 10:27:37 -07:00
jeffdi 68e2b87ea5 remove -keep 2023-09-11 10:27:36 -07:00
jeffdi 4b2d7af188 add -keep 2023-09-11 10:27:36 -07:00
jeffdi f92ef031ce remove -keep for gen fill 2023-09-11 10:27:36 -07:00
jeffdi d335ed562c change bbox for gen fill 2023-09-11 10:27:36 -07:00