From d3213c63690fa5c84065cab7d7d822f0ccf1277e Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:55:09 -0400 Subject: [PATCH] update docs site outline --- examples/nexys_a7/video_sprite/manta.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/nexys_a7/video_sprite/manta.yaml diff --git a/examples/nexys_a7/video_sprite/manta.yaml b/examples/nexys_a7/video_sprite/manta.yaml new file mode 100644 index 0000000..e66d25b --- /dev/null +++ b/examples/nexys_a7/video_sprite/manta.yaml @@ -0,0 +1,16 @@ +--- +cores: + image_mem: + type: block_memory + width: 8 + depth: 65536 + + pallete_mem: + type: block_memory + width: 10 + depth: 256 + +uart: + port: "auto" + baudrate: 115200 + clock_freq: 65000000 \ No newline at end of file