Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci2504 dev #565

Open
wants to merge 32 commits into
base: ci2504-DEV
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2c6281d
Slight changes to last commit
d-m-bailey Feb 10, 2025
7a216f1
Updates for manifest targets
d-m-bailey Feb 10, 2025
92e0d3b
Removed background recipes
d-m-bailey Feb 10, 2025
55a1e42
Removed unused COMMIT variables and xor-*wrapper targets.
d-m-bailey Feb 10, 2025
4896517
Remove update_caravel target.
d-m-bailey Feb 10, 2025
c868e1c
Remove uncompress dependencies for set_user_id and gpio_defaults
d-m-bailey Feb 12, 2025
3f5158c
Do not create double entries for compressed files in the master_manifest
d-m-bailey Feb 12, 2025
5233062
Merge branch 'ci2504-DEV' of https://github.com/efabless/caravel into…
d-m-bailey Feb 12, 2025
9f63035
Added targets to unsplit files but leave the result compressed.
d-m-bailey Feb 12, 2025
cae587a
Updated lvs-* targets
d-m-bailey Feb 13, 2025
4e17cc2
Attempt to make timing scripts uniform
d-m-bailey Feb 13, 2025
69d08c2
Tested version of timing script generation - soon to be deprecated.
d-m-bailey Feb 13, 2025
bfa5cb5
Removed caravel_timing_* targets.
d-m-bailey Feb 13, 2025
b1df213
Since magic handles compressed files explicitly, change uncompress to…
d-m-bailey Feb 13, 2025
a860aaa
Apply automatic changes to Manifest and README.rst
d-m-bailey Feb 13, 2025
6190642
Prevent crash from too many open files.
d-m-bailey Feb 14, 2025
6a0fe1f
Apply automatic changes to Manifest and README.rst
d-m-bailey Feb 14, 2025
ac6539c
Allow volare installation from user project directories.
d-m-bailey Feb 15, 2025
9f0286d
Changes to compositor.py to deal with compressed files.
d-m-bailey Feb 15, 2025
a1a8c5c
Merge branch 'ci2504-DEV' of https://github.com/d-m-bailey/caravel in…
d-m-bailey Feb 15, 2025
b413c41
Apply automatic changes to Manifest and README.rst
d-m-bailey Feb 15, 2025
b946627
Removed gds undefined allow and changed MAGTYPE to mag.
d-m-bailey Feb 16, 2025
ea71005
updated manifests
d-m-bailey Feb 16, 2025
39b35a1
Merge branch 'ci2504-DEV' of https://github.com/d-m-bailey/caravel in…
d-m-bailey Feb 16, 2025
db6b98a
Apply automatic changes to Manifest and README.rst
d-m-bailey Feb 16, 2025
591704a
Added missing log of final target.
d-m-bailey Feb 16, 2025
10c2dc3
Merge branch 'ci2504-DEV' of https://github.com/d-m-bailey/caravel in…
d-m-bailey Feb 16, 2025
357352e
Standardize sort order across Linux distros.
d-m-bailey Feb 16, 2025
54eba30
Added ckeck-gpio-id target to check oas file gpio defaults and id.
d-m-bailey Feb 16, 2025
27dfc38
Removed variable reuse.
d-m-bailey Feb 17, 2025
4444338
Added caravel_openframe to usage message.
d-m-bailey Feb 18, 2025
2b9579c
Apply automatic changes to Manifest and README.rst
d-m-bailey Feb 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
742 changes: 140 additions & 602 deletions Makefile

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
c81a9f55a3a6f323ef952a335152e60ed98db939 scripts/compositor.py
731116709a44d13225170acc83cd34ff9e00fa39 scripts/generate_fill.py
b8b8dd779cbf6f2583188d2b92feddddfef4847f scripts/set_user_id.py
5b0e67cbc4fd8ee8edeb380102e7e7ae07796bcc verilog/rtl/__openframe_project_wrapper.v
535d0592c0b1349489b6b86fd5449f9d1d81482e verilog/rtl/__uprj_analog_netlists.v
87735eb5981740ca4d4b48e6b0321c8bb0023800 verilog/rtl/__uprj_netlists.v
Expand Down Expand Up @@ -51,6 +54,3 @@ b53c154e6acaf44e858c936c8027d0229608676e verilog/rtl/pads.v
b9d6114a5067a04dd59cdd46fb988591c16743ce verilog/rtl/spare_logic_block.v
9178c87e3d5196fd3e6abae6fc310e1b663ade0e verilog/rtl/toplevel_cocotb.v
8f0bec01c914efe790a09ffe62bbfe0781069e35 verilog/rtl/xres_buf.v
b8b8dd779cbf6f2583188d2b92feddddfef4847f scripts/set_user_id.py
731116709a44d13225170acc83cd34ff9e00fa39 scripts/generate_fill.py
dff8adfb05bedf96f86e16a18ce3cd5818d6fb78 scripts/compositor.py
Loading