Тёмный

VGA Sync Generator and Color Bars in Verilog 

Подписаться
Просмотров 903
% 59

A walk through of Verilog code that generates VGA sync signals and color bars.
You can support this channel on Patreon! www.patreon.com/johnsbasement
Github repo with the Verilog example code seen in this video: github.com/johnwinans/Verilog-Examples
Related:
Github repo with the FPGA board seen in this video: github.com/johnwinans/2057-ICE40HX4K-TQ144-breakout
Z80 Nouveau Playlist: ru-vid.com/group/PL3by7evD3F52rUbThUNDYGxNpKFF1HCNT
FPGA board video playlist: ru-vid.com/group/PL3by7evD3F52On-ws9pcdQuEL-rYbNNFB
Music used in this video (Vibe Tracks, Alternate) was downloaded from the RU-vid Audio Library: ru-vid.com_download?vid=16533edffc7d47f9
#vga
#fpga

Наука

Опубликовано:

 

4 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 7   
@joeysartain6056
@joeysartain6056 2 месяца назад
Another great video, very well explained. Can't wait to see this working with the retro board (I am guessing that would be the end goal)?
@JohnsBasement
@JohnsBasement 2 месяца назад
Connecting the Retro's 5V bus to an FPGA (most, if not all today run at 3.3V) would require level shifters. 🤥I had been planning on using this with a Z8S180 CPU (In a project I decided to call Nouveau) running at 3.3V.
@DavidLatham-productiondave
@DavidLatham-productiondave 2 месяца назад
Nice one John!
@JohnsBasement
@JohnsBasement 2 месяца назад
@@DavidLatham-productiondave Thanks!
@MrBtcruiser
@MrBtcruiser 2 месяца назад
cyan: light bluish color, magenta: purplish/pink color... part of the CMYK color model. Fun times 🙂
@davidwilliams4845
@davidwilliams4845 2 месяца назад
You moved over 3 bits each time, so yeah, you divided by 8 each time.
@JohnsBasement
@JohnsBasement 2 месяца назад
Indeed I did! I didn't realize that until I got a good look at the screen.