From 759a57f0afaf2fe587de082ba03c5315e37de3f1 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Tue, 20 Aug 2024 18:47:13 -0700 Subject: [PATCH] Add new stream dma git repo --- .gitmodules | 3 +++ hw/super6502_fpga/src/sub/stream_dmas | 1 + 2 files changed, 4 insertions(+) create mode 160000 hw/super6502_fpga/src/sub/stream_dmas diff --git a/.gitmodules b/.gitmodules index fb789b9..481289d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "hw/super6502_fpga/src/sub/verilog-ethernet"] path = hw/super6502_fpga/src/sub/verilog-ethernet url = ../verilog-ethernet.git +[submodule "hw/super6502_fpga/src/sub/stream_dmas"] + path = hw/super6502_fpga/src/sub/stream_dmas + url = ../stream_dmas.git diff --git a/hw/super6502_fpga/src/sub/stream_dmas b/hw/super6502_fpga/src/sub/stream_dmas new file mode 160000 index 0000000..bc059c4 --- /dev/null +++ b/hw/super6502_fpga/src/sub/stream_dmas @@ -0,0 +1 @@ +Subproject commit bc059c4327e483c80d86a6241e1d26653ceec2d2