1
0
mirror of https://github.com/UzixLS/zx-sizif-128.git synced 2025-07-19 07:11:43 +03:00

rewrite chroma_gen in verilog

This commit is contained in:
UzixLS
2020-10-08 22:44:40 +03:00
parent 7d4d9fd525
commit 6369747d58
5 changed files with 140 additions and 171 deletions

View File

@ -227,7 +227,7 @@ assign ay_clk = hc[1];
/* VIDEO */
reg [2:0] chroma0;
chroma_gen chroma_gen1(
chroma_gen #(.CLK_FREQ(16_000_000)) chroma_gen1(
.cg_clock(clk16),
.cg_rgb({g,r,b}),
.cg_hsync(hsync1),