diff options
author | Davit Grigoryan <[email protected]> | 2025-05-03 01:03:19 -0400 |
---|---|---|
committer | Davit Grigoryan <[email protected]> | 2025-05-03 01:03:19 -0400 |
commit | 902886be9aee9ab07cbef8ee58b41824eed56b16 (patch) | |
tree | c9f00007f9715a4242f6fb1f5f8a2240aba9d08b /arch/rtl | |
parent | 3bd354933a0adadacfdcdb87dae50c2222251c32 (diff) |
add latest notesdev
Diffstat (limited to 'arch/rtl')
-rw-r--r-- | arch/rtl/gpu_top.sv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/rtl/gpu_top.sv b/arch/rtl/gpu_top.sv new file mode 100644 index 0000000..2758c35 --- /dev/null +++ b/arch/rtl/gpu_top.sv @@ -0,0 +1,5 @@ +/* GPU Top Module */ + +module gpu_top (); + +endmodule |