Skip to content

Commit

Permalink
Merge pull request #468 from efabless/caravan-mpw9-gl-update
Browse files Browse the repository at this point in the history
Updated caravan gate-level to match the latest layout
  • Loading branch information
jeffdi committed Jun 1, 2023
2 parents f04c58a + e2d21e5 commit d596b4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions verilog/gl/caravan.v
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,9 @@ module caravan(vddio, vddio_2, vssio, vssio_2, vdda, vssa, vccd, vssd, vdda1, vd
inout vssio_2;
wire vssio_2;
wire vssio_core;
caravel_logo caravel_logo (
caravan_logo caravan_logo (
);
caravel_motto caravel_motto (
caravan_motto caravan_motto (
);
caravan_core chip_core (
.clock_core(clock_core),
Expand Down Expand Up @@ -784,7 +784,7 @@ module caravan(vddio, vddio_2, vssio, vssio_2, vdda, vssa, vccd, vssd, vdda1, vd
.vssd2(vssd2_core),
.vssio(vssio_core)
);
copyright_block copyright_block (
copyright_block_a copyright_block_a (
);
open_source open_source (
);
Expand Down

0 comments on commit d596b4a

Please sign in to comment.