Commit Graph

1673 Commits

Author SHA1 Message Date
David Lindley 8e8f4881d8
Merge pull request #565 from d-m-bailey/ci2504-DEV
Per Shuttle meeting on 2025-02-26
2025-02-26 07:55:51 -08:00
d-m-bailey 2b9579c3b9 Apply automatic changes to Manifest and README.rst 2025-02-18 02:27:40 +00:00
D. Mitch Bailey 4444338f06 Added caravel_openframe to usage message. 2025-02-17 18:22:39 -08:00
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 10c2dc3bbf Merge branch 'ci2504-DEV' of https://github.com/d-m-bailey/caravel into ci2504-DEV
manifest sort order differences across Linux distros.
2025-02-16 15:32:16 -08:00
D. Mitch Bailey 591704a4d6 Added missing log of final target. 2025-02-16 15:18:58 -08:00
d-m-bailey db6b98acb9 Apply automatic changes to Manifest and README.rst 2025-02-16 20:53:46 +00:00
D. Mitch Bailey 39b35a1968 Merge branch 'ci2504-DEV' of https://github.com/d-m-bailey/caravel into ci2504-DEV 2025-02-16 12:48:23 -08:00
D. Mitch Bailey ea71005b63 updated manifests 2025-02-16 12:46:28 -08:00
D. Mitch Bailey b9466275e0 Removed gds undefined allow and changed MAGTYPE to mag. 2025-02-16 12:39:13 -08:00
d-m-bailey b413c41ce0 Apply automatic changes to Manifest and README.rst 2025-02-15 10:24:53 +00:00
D. Mitch Bailey a1a8c5c115 Merge branch 'ci2504-DEV' of https://github.com/d-m-bailey/caravel into ci2504-DEV 2025-02-15 02:19:44 -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-m-bailey 6a0fe1fab5 Apply automatic changes to Manifest and README.rst 2025-02-14 03:21:46 +00:00
D. Mitch Bailey 61906428d4 Prevent crash from too many open files. 2025-02-13 19:16:51 -08:00
d-m-bailey a860aaa652 Apply automatic changes to Manifest and README.rst 2025-02-13 23:02:59 +00: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 5233062ed8 Merge branch 'ci2504-DEV' of https://github.com/efabless/caravel into ci2504-DEV 2025-02-12 08:47:33 -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
David Lindley 334bf80681
Merge pull request #477 from efabless/cleanup
Cleanup. Merging into ci2504-DEV for testing.
2025-02-12 11:40:56 -05: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 d3709fb947
Merge pull request #556 from amm-efabless/amm-efabless-fix-555
Fix #555 full-chip STA: Flatten GL netlist array instances for decaps/fills
2025-02-07 12:08:34 -05:00
DavidRLindley 53ace5e989 Apply automatic changes to Manifest and README.rst 2025-02-07 01:37:01 +00:00
David Lindley 1179387306
Merge pull request #102 from d-m-bailey/remove_old
Remove pre-existing magic and gate level verilog because they may be.  Testing on branch.
2025-02-06 20:28:18 -05: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
David Lindley 6b5748869a
Merge pull request #414 from bovi/fix-rst-link
docs(intro): fix rst link
2025-02-06 20:23:36 -05:00
David Lindley 825135adf1
Merge pull request #432 from mingpepe/fix_path
Fix link in README.rst
2025-02-06 20:22:28 -05:00
David Lindley ac788b59c3
Merge pull request #538 from efabless/remove_drc_deck
Delete scripts/tech-files/sky130A_mr.drc.  Should be in a different place.
2025-02-06 20:12:33 -05:00
David Lindley 3cacfeae5b
Merge pull request #542 from d-m-bailey/gpio-fix
Requires testing after merge.  Moving in DEV branch.
2025-02-06 20:10:46 -05:00
David Lindley e15d71e8d5
Merge pull request #562 from d-m-bailey/port_check_update
Remove internal ports from user_project_wrapper_empty.gds
2025-02-06 20:04:01 -05:00
D. Mitch Bailey 04dc2d40a6 Remove internal ports from user_project_wrapper_empty.gds 2025-01-29 22:58:47 -08:00
Jeff DiCorpo 27cbe49c90
Merge pull request #557 from efabless/add_mag_to_caravel_lite
Update auto-update-caravel-lite.yml
2024-11-04 08:25:41 -08:00
Marwan Abbas 9250e7bd51
Update auto-update-caravel-lite.yml 2024-11-04 20:51:11 +05:30
Anton Maurovic 324aa7a443 Fix #555 full-chip STA: Flatten GL netlist array instances for decaps/fills 2024-10-26 11:04:29 +10:30
Jeff DiCorpo 49c5a688b1
tag = 2024.09.12-1 2024-09-12 14:01:55 -07:00