新手入门
- 积分
- 11
- 金钱
- 11
- 注册时间
- 2022-10-11
- 在线时间
- 2 小时
|
楼主 |
发表于 2023-3-14 21:33:43
|
显示全部楼层
case(ID_lcd )
16'h4342 : begin
cmos_h_pixel = 13'd480;
cmos_v_pixel = 13'd272;
sdram_max_addr = 23'd130560;
end
16'h7084 : begin
cmos_h_pixel = 13'd800;
cmos_v_pixel = 13'd480;
sdram_max_addr = 23'd384000;
end
16'h7016 : begin
cmos_h_pixel = 13'd1024;
cmos_v_pixel = 13'd600;
sdram_max_addr = 23'd614400;
end
16'h1018 : begin
cmos_h_pixel = 13'd1280;
cmos_v_pixel = 13'd800;
sdram_max_addr = 23'd1024000;
end
default : begin
cmos_h_pixel = 13'd800;
cmos_v_pixel = 13'd480;
sdram_max_addr = 23'd384000; |
|