Skip to content

Commit 201b354

Browse files
committed
optimize timing of 4.3inch 480x272 rgb-lcd
1 parent 9e3937b commit 201b354

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/rgblcd.bin

0 Bytes
Binary file not shown.

doc/rgblcd_4.3inch_480x272.pdf

576 KB
Binary file not shown.

src/basic/verilog/rgblcd/top.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ module TOP
1515

1616
wire PCLK;
1717

18-
/* 24Mhz $icepll -o 24Mhz */
18+
/* 18Mhz $icepll -o 18Mhz */
1919
SB_PLL40_PAD #(
2020
.FEEDBACK_PATH("SIMPLE"),
2121
.DIVR(4'b0000), // DIVR = 0
22-
.DIVF(7'b0111111), // DIVF = 63
22+
.DIVF(7'b0101111), // DIVF = 48
2323
.DIVQ(3'b101), // DIVQ = 5
2424
.FILTER_RANGE(3'b001) // FILTER_RANGE = 1
2525
) uut (

0 commit comments

Comments
 (0)