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