Commit Graph

144 Commits

Author SHA1 Message Date
RTimothyEdwards bcb0e2791d Apply automatic changes to Manifest and README.rst 2023-10-18 16:59:36 +00:00
RTimothyEdwards 849419d2e5 Apply automatic changes to Manifest and README.rst 2023-09-25 23:51:16 +00:00
Jeff DiCorpo dec3ffc0fe
Merge pull request #488 from efabless/duplicate_declaration
remove duplicate declaration from caravan_core.v
2023-09-24 08:22:55 -07:00
jeffdi a4ff88b778 Apply automatic changes to Manifest and README.rst 2023-09-12 14:38:18 +00:00
jeffdi 8bdf487322 Apply automatic changes to Manifest and README.rst 2023-09-11 18:00:47 +00:00
jeffdi 2103b59517 Apply automatic changes to Manifest and README.rst 2023-09-11 10:42:57 -07:00
jeffdi 8c0f2f58aa Apply automatic changes to Manifest and README.rst 2023-09-11 10:38:34 -07:00
jeffdi d2c500fa0f Apply automatic changes to Manifest and README.rst 2023-09-11 10:38:22 -07:00
jeffdi 1562d1af30 Apply automatic changes to Manifest and README.rst 2023-09-11 10:27:37 -07:00
jeffdi 238982d1ee Apply automatic changes to Manifest and README.rst 2023-09-11 10:27:37 -07:00
jeffdi a14a4fa563 Apply automatic changes to Manifest and README.rst 2023-09-11 10:27:36 -07:00
jeffdi a8c0cf9027 Apply automatic changes to Manifest and README.rst 2023-09-11 10:27:36 -07:00
jeffdi 2d0183c33d Apply automatic changes to Manifest and README.rst 2023-09-11 10:27:36 -07:00
jeffdi b21a7a26f1 Apply automatic changes to Manifest and README.rst 2023-09-11 10:27:36 -07:00
M0stafaRady acda91ac91 Apply automatic changes to Manifest and README.rst 2023-08-23 08:51:02 +00:00
M0stafaRady 4cb4356846 Apply automatic changes to Manifest and README.rst 2023-08-07 10:47:47 +00:00
M0stafaRady 3603a9aa0b Apply automatic changes to Manifest and README.rst 2023-07-25 10:25:09 +00:00
M0stafaRady dfa736785d Apply automatic changes to Manifest and README.rst 2023-07-05 10:56:28 +00:00
M0stafaRady a6d6b6df7b Apply automatic changes to Manifest and README.rst 2023-06-21 11:40:32 +00:00
M0stafaRady af877d594d Apply automatic changes to Manifest and README.rst 2023-06-18 11:31:20 +00:00
RTimothyEdwards 5ca0878b34 Apply automatic changes to Manifest and README.rst 2023-06-07 17:37:57 +00:00
Jeff DiCorpo f04c58a8c9
Merge pull request #467 from efabless/caravan-mpw9
Caravan mpw9
2023-06-01 10:25:33 -07:00
mo-hosni 1e3a54e971 Apply automatic changes to Manifest and README.rst 2023-05-22 13:17:49 +00:00
mo-hosni 70c60b061a Apply automatic changes to Manifest and README.rst 2023-05-22 12:13:11 +00:00
RTimothyEdwards ddec69841d Apply automatic changes to Manifest and README.rst 2023-05-19 15:09:49 +00:00
M0stafaRady f221bbd963 Apply automatic changes to Manifest and README.rst 2023-05-17 07:35:08 +00:00
mo-hosni a7ac900726 Apply automatic changes to Manifest and README.rst 2023-05-16 08:32:19 +00:00
RTimothyEdwards 2c6ccc6f17 Apply automatic changes to Manifest and README.rst 2023-05-08 21:21:33 +00:00
Jeff DiCorpo 431d2b6065
Merge pull request #442 from efabless/fix_make_final
Fix make final
2023-04-21 09:47:44 -07:00
jeffdi b8a11f868a Apply automatic changes to Manifest and README.rst 2023-04-21 16:28:30 +00:00
jeffdi 23ff9cdcbb Apply automatic changes to Manifest and README.rst 2023-04-21 00:01:06 +00:00
mo-hosni 50a441ff34 Apply automatic changes to Manifest and README.rst 2023-02-27 18:57:00 +00:00
mo-hosni e3b9faa309 Apply automatic changes to Manifest and README.rst 2023-02-27 16:25:04 +00:00
passant5 fe9f6b44da Apply automatic changes to Manifest and README.rst 2023-02-26 12:12:20 +00:00
marwaneltoukhy a051497ab2 Apply automatic changes to Manifest and README.rst 2023-02-15 17:22:25 +00:00
M0stafaRady 0c56e53ac3 Apply automatic changes to Manifest and README.rst 2022-11-20 12:36:48 +00:00
jeffdi 7c96b714d2 Apply automatic changes to Manifest and README.rst 2022-11-16 17:36:01 +00:00
kareefardi d10cf17dcb Apply automatic changes to Manifest and README.rst 2022-11-07 11:09:00 +00:00
kareefardi e0fc2b9991 Apply automatic changes to Manifest and README.rst 2022-11-01 17:34:15 +00:00
R. Timothy Edwards d9260dc533
Fixes to caravan for LVS and ERC (#330)
* Corrected missing part of porb_h route in the caravan chip_io_alt
layout.  Correcting the indexing of the "mprj_io_one" connections
to "mgmt_io_oeb" on the left-hand side of caravan, as they were
connecting back to the right side and making a mess of wiring,
instead of being wired locally directly to the nearest I/O.

* Apply automatic changes to Manifest and README.rst

* Corrected the unconnected mgmt_io_in inputs to housekeeping on
the caravan chip (which correspond to the GPIOs that do not exist
in caravan) by connecting them to the "zero" outputs of the
closest GPIO control blocks.

* Apply automatic changes to Manifest and README.rst

Co-authored-by: RTimothyEdwards <RTimothyEdwards@users.noreply.github.com>
2022-10-21 14:28:53 -07:00
R. Timothy Edwards 5029d71df6
Syntax changes that are non-functional from a synthesis perspective. (#324)
* Syntax changes that are non-functional from a synthesis perspective.
There are a few errors that are caught by commercial tools and halt
synthesis, which are handled more gracefully by the open source
tool flow.  In housekeeping.v:  Some wires declared after they are
used.  In housekeeping_spi.v:  A non-blocking "=" assignment used
where a blocking "<-" assignment was intended.

* Apply automatic changes to Manifest and README.rst

Co-authored-by: RTimothyEdwards <RTimothyEdwards@users.noreply.github.com>
2022-10-21 10:10:20 -07:00
M0stafaRady 096f5035f5
cocotb - updates related to enable simulating caraval using iverilog (#320)
* cocotb - updates related to enable simulating caraval using iverilog

* Apply automatic changes to Manifest and README.rst

Co-authored-by: M0stafaRady <M0stafaRady@users.noreply.github.com>
2022-10-21 07:43:34 -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
M0stafaRady 281d371600 Apply automatic changes to Manifest and README.rst 2022-10-20 13:32:50 +00:00
Mohamed Shalan 3fbc52ecbf
Merge pull request #276 from efabless/caravel_redesign-digital_pll-fanout
reharden!: digital_pll
2022-10-17 20:50:01 +02:00
mo-hosni b65affcfea Apply automatic changes to Manifest and README.rst 2022-10-17 18:40:46 +00:00
kareefardi d23141fc90 Apply automatic changes to Manifest and README.rst 2022-10-17 17:59:21 +00:00
passant5 3dba6d0663 Apply automatic changes to Manifest and README.rst 2022-10-17 17:53:07 +00:00
kareefardi d00ddb536a Apply automatic changes to Manifest and README.rst 2022-10-17 11:03:16 +00:00
marwaneltoukhy 2ad38fbb54 Apply automatic changes to Manifest and README.rst 2022-10-17 02:11:45 +00:00