Commit Graph

106 Commits

Author SHA1 Message Date
jeffdi 436066bafc remove -keep 2023-06-08 23:25:59 -07:00
jeffdi 05a7fe0024 add -keep 2023-06-08 10:37:10 -07:00
jeffdi ec5a034274 remove -keep for gen fill 2023-06-08 09:48:04 -07:00
jeffdi 83d06e23e9 change bbox for gen fill 2023-06-08 07:37:32 -07:00
jeffdi a2fb17282c change bbox for gen fill 2023-06-08 07:25:22 -07:00
jeffdi d265ffa318 rename top to caravel 2023-06-07 17:30:10 -07:00
jeffdi d71763f6c3 add user_id back 2023-06-07 17:25:50 -07:00
jeffdi da285b949e add user_id back 2023-06-07 17:08:10 -07:00
jeffdi 28c9ef91c4 change .magicrc to use from pdk 2023-06-07 15:32:29 -07:00
jeffdi c8beae7fe7 disable dist for fill gen 2023-06-07 12:45:03 -07:00
jeffdi ecad21b327 Makefile add openframe target 2023-06-07 12:31:14 -07:00
jeffdi bf4325dc16 Makefile add openframe target 2023-06-07 12:29:04 -07:00
jeffdi 1b93c22966 Makefile add openframe target 2023-06-07 12:25:05 -07:00
jeffdi f4ac232dde updates for caravan tapeout 2023-05-24 21:38:26 -07:00
jeffdi 6f7e851213 updates for caravan tapeout 2023-05-24 20:30:36 -07:00
Jeff DiCorpo d4a76d33f2
update to tag mpw-9c 2023-04-26 12:04:38 -07:00
Jeff DiCorpo 74600b6b77
change tag to mpw-9b 2023-04-20 22:46:09 -07:00
jeffdi 464aca0745 update Makefile 2023-04-20 18:50:22 -07:00
jeffdi 3c19ace66f update Makefile 2023-04-20 17:31:54 -07:00
jeffdi 8675e0bdfb update Makefile 2023-04-20 17:12:51 -07:00
jeffdi 0cb5286a19 update make ship and set_user_id.py 2023-04-20 16:50:36 -07:00
Marwan Abbas c0d83cb9e3
Merge pull request #427 from efabless/main
update tag to mpw-9a
2023-03-19 14:22:56 +02:00
marwaneltoukhy aa92c28694 fixed `make ship` target for new hierarchy 2023-03-08 18:55:49 +02:00
marwaneltoukhy 5ef22165e7 fixed `make ship` target for new hierarchy 2023-03-08 13:43:20 +02:00
marwaneltoukhy 8b3a92349e fixed `make ship` target for new hierarchy 2023-03-08 13:40:45 +02:00
Jeff DiCorpo edc22cc325
update tag to mpw-9a 2023-03-04 17:37:44 -08:00
Jeff DiCorpo c32d66ab20
Merge pull request #409 from efabless/makefile_fix
Makefile fix
2023-02-19 09:41:18 -08:00
marwaneltoukhy dbf80923b2 remove unwanted line 2023-01-22 12:58:34 +02:00
marwaneltoukhy f9614d3406 update volare enable to use venv 2023-01-22 12:39:42 +02:00
marwaneltoukhy 9f98d5717c use venv to install volare 2023-01-19 14:16:46 +02:00
Anton Blanchard 448f120c31 Return correct exit code for piped commands to make
A number of commands are piped through tee (eg gen_gpio_defaults.py
in make __gpio_defaults). Currently when they fail the error code
is not propagated back to make.
2022-12-06 05:56:11 +11:00
Jeff DiCorpo 38492d9da4
tag = mpw-8c 2022-11-25 11:40:43 -08:00
Jeff DiCorpo 9438031c42
Update Makefile 2022-11-22 21:31:34 -08:00
Jeff DiCorpo 9000db338e
Update tag for mpw-8a 2022-11-19 14:11:55 -08:00
Jeff DiCorpo eaa1d64345
Update Makefile 2022-11-18 21:27:39 -08:00
Jeff DiCorpo 84f5068cc9
Update Makefile
correct compress for mgmt core wrapper
2022-11-11 15:01:10 -08:00
Jeff DiCorpo 7b532b25ab
Update Makefile
Update compress to skip files in signoff
2022-11-11 13:25:05 -08:00
Jeff DiCorpo fffc4cb2ee
Update Makefile
update MPW tag to mpw-7f
2022-11-11 10:43:23 -08:00
Jeff DiCorpo e625ac9cb8
Update Makefile
updating open_pdk commit to match current caravel_user_project for platform
2022-11-11 09:21:39 -08:00
Jeff DiCorpo 2c934064e9
Update Makefile
Update tag to mpw-7e
2022-10-29 08:13:41 -07:00
Jeff DiCorpo d657cd331a
Update Makefile 2022-10-24 09:15:05 -07:00
Jeff DiCorpo bc68b0641d
Update Makefile
Update tag to mpw-7c
2022-10-22 12:43:58 -07:00
Jeff DiCorpo 4192c34f4b
Caravan redesign (#321)
* Fixed caravan top level power routing and updated views for mag, gds and lef

* caravan(rtl): updates

~ typos fix
- remove unused pin in chip_io_alt
+ add caravan_power_routing verilog

* Apply automatic changes to Manifest and README.rst

* ~ update caravan openlane configs to add extra cell references
~ correct placment and cell names of some macro in caravan interactive script

* reharden: caravan

+ add non functional blocks
+ add an initial iteration of caravan

* Apply automatic changes to Manifest and README.rst

* Revert "Fixed caravan top level power routing and updated views for mag, gds and lef"

This reverts commit 70628f748a.

* fixed caravan top level power routing

* reharden: caravan

based on new power routing
~ guard rtl chip_io power pins in the power macro guard

* Apply automatic changes to Manifest and README.rst

* fixed caravan top level power routing

* rehadren: caravan

+ add caravan signal routing to openlane run
~ change rtl to guard power and analog against routing by
openlane by ifndef TOP_ROUTING
~ add pr bounadry for caravan signal routing to fix origin issues

* Apply automatic changes to Manifest and README.rst

* fix power connection in buffering block and regenerate gl

* Apply automatic changes to Manifest and README.rst

* updated views for caravan

* Added extract unique to lvs-gds-cell target. (#313)

* This fixes errors in the top level RTL of caravan that failed to
hook up the buffers through the SoC correctly.

* Apply automatic changes to Manifest and README.rst

* reharden: caravan

~ rtl updated

* fixed caravan mag top level

* updated views for caravan + signoff

* fixed top level cell name

* fix syntax error related to signal initialization place in caravan (#319)

* fix syntax error related to signal initialization place in caravan- fixed in caravel in another commit

* Apply automatic changes to Manifest and README.rst

Co-authored-by: M0stafaRady <M0stafaRady@users.noreply.github.com>

* Apply automatic changes to Manifest and README.rst

Co-authored-by: Marwan Abbas <marwaneltoukhy@aucegypt.edu>
Co-authored-by: kareem <kareem.farid@efabless.com>
Co-authored-by: kareefardi <kareefardi@users.noreply.github.com>
Co-authored-by: Mitch Bailey <d-m-bailey@users.noreply.github.com>
Co-authored-by: Tim Edwards <tim@opencircuitdesign.com>
Co-authored-by: RTimothyEdwards <RTimothyEdwards@users.noreply.github.com>
Co-authored-by: Marwan Abbas <67271180+marwaneltoukhy@users.noreply.github.com>
Co-authored-by: M0stafaRady <107422726+M0stafaRady@users.noreply.github.com>
Co-authored-by: M0stafaRady <M0stafaRady@users.noreply.github.com>
Co-authored-by: jeffdi <jeffdi@users.noreply.github.com>
2022-10-21 07:37:41 -07:00
jeffdi 35852895cf update pdk commit 2022-10-19 13:05:59 -07:00
Jeff DiCorpo eff39d0f11
Update Makefile
correct make pdk target
2022-10-15 07:51:47 -07:00
Jeff DiCorpo 0d964291e4
update commits for pdk in Makefile (#244) 2022-10-15 06:04:44 -07:00
marwaneltoukhy c0f47b6404 updated openlane and open_pdks commit 2022-10-11 10:15:41 -07:00
Jeff DiCorpo 6a6d6a8c77
Update Makefile
Compress filter for oasis files in tapeout
2022-07-07 15:36:19 -07:00
Jeff DiCorpo 0bd5ac6577
Fix commit id defines 2022-04-25 14:02:35 -07:00
Jeff DiCorpo cf7387a7ae
update pdk magic version to v294 2022-04-25 11:31:16 -07:00