sync chunk 11/12

This commit is contained in:
chunk-sync
2026-09-11 16:18:36 +08:00
parent c315cef09e
commit c2c1bb2648
922 changed files with 102283 additions and 6793 deletions
+9
View File
@@ -0,0 +1,9 @@
`timescale 1 ns / 1 ps
module new_module
(
input wire clk,
input wire rst_n
);
endmodule