Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DE1/VGA_Driver/Driver.html
Original file line number Diff line number Diff line change
Expand Up @@ -13335,7 +13335,7 @@ <h2 id="Example">Example<a class="anchor-link" href="#Example">&#182;</a></h2><p
<span class="p">.</span><span class="n">blank</span><span class="p">(</span><span class="n">VGA_BLANK_N</span><span class="p">)</span>
<span class="p">);</span>
</pre></div>
<p><a href="./VGA_to_M10K.zip">This project</a> demonstrates the driver. The module which instantiates the driver writes a simple checkerboard pattern (pictured below) to M10K memory. The module uses the <code>next_x</code> and <code>next_y</code> outputs from the vga driver to set the read address for the memory and access pixel color information. Artifacts are from the camera and are not visible on the VGA. <br><br></p>
<p><a href="./VGA_to_M10k.zip">This project</a> demonstrates the driver. The module which instantiates the driver writes a simple checkerboard pattern (pictured below) to M10K memory. The module uses the <code>next_x</code> and <code>next_y</code> outputs from the vga driver to set the read address for the memory and access pixel color information. Artifacts are from the camera and are not visible on the VGA. <br><br></p>
<figure>
<img align="center" width="500" height="500" src="checkerboard.png" alt='missing' />
<center><figcaption>VGA driver rendering a checkerboard from M10K memory</figcaption></center>
Expand Down