The Wayback Machine - https://web.archive.org/web/20200702003844/https://github.com/topics/8-bit
Skip to content
#

8-bit

Here are 142 public repositories matching this topic...

8bitworkshop
ewenmcneill
ewenmcneill commented Feb 28, 2020

In the Verilog "Test Pattern" example, the rgb assignment assign rgb = {b,g,r}; seems somewhat counter intuitive.
https://github.com/sehugg/8bitworkshop/blob/03af8c27144380d528f524828e73c966d12ecd35/presets/verilog-vga/test_hvsync.v#L30

The variable naming implies (at least to me) a "r, g, b" ordering (ie, "r" is most significant bit), but the actual implementation appears to be a "b, g, r"

Improve this page

Add a description, image, and links to the 8-bit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 8-bit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.