add missing GLs.

This commit is contained in:
mo-hosni 2023-02-27 11:44:04 -08:00
parent 7f9d53826e
commit 7fdcd0d930
5 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
module caravel_logo ();
endmodule

View File

@ -0,0 +1,2 @@
module caravel_motto ();
endmodule

View File

@ -0,0 +1,2 @@
module copyright_block ();
endmodule

2
verilog/gl/open_source.v Normal file
View File

@ -0,0 +1,2 @@
module open_source ();
endmodule

View File

@ -0,0 +1,2 @@
module user_id_textblock ();
endmodule