Skip to content

Commit

Permalink
changed caravel_logo, caravel_motto, copyright_block to `carava…
Browse files Browse the repository at this point in the history
…n_logo`, `caravan_motto`, `copyright_block_a` respectively in `verilog/gl/caravan.v` to match the layout
  • Loading branch information
mo-hosni committed Jun 1, 2023
1 parent f04c58a commit e2d21e5
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 e2d21e5

Please sign in to comment.