⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcd_drv.bsf

📁 流水灯
💻 BSF
字号:
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to occur.
*/
/*
Copyright (C) 1991-2006 Altera Corporation
Your use of Altera Corporation's design tools, logic functions 
and other software and tools, and its AMPP partner logic 
functions, and any output files any of the foregoing 
(including device programming or simulation files), and any 
associated documentation or information are expressly subject 
to the terms and conditions of the Altera Program License 
Subscription Agreement, Altera MegaCore Function License 
Agreement, or other applicable license agreement, including, 
without limitation, that your use is for the sole purpose of 
programming logic devices manufactured by Altera and sold by 
Altera or its authorized distributors.  Please refer to the 
applicable agreement for further details.
*/
(header "symbol" (version "1.1"))
(symbol
	(rect 16 16 192 208)
	(text "LCD_DRV" (rect 5 0 56 12)(font "Arial" ))
	(text "inst" (rect 8 176 25 188)(font "Arial" ))
	(port
		(pt 0 32)
		(input)
		(text "N_RST" (rect 0 0 35 12)(font "Arial" ))
		(text "N_RST" (rect 21 27 56 39)(font "Arial" ))
		(line (pt 0 32)(pt 16 32)(line_width 1))
	)
	(port
		(pt 0 48)
		(input)
		(text "CLK24M" (rect 0 0 41 12)(font "Arial" ))
		(text "CLK24M" (rect 21 43 62 55)(font "Arial" ))
		(line (pt 0 48)(pt 16 48)(line_width 1))
	)
	(port
		(pt 0 64)
		(input)
		(text "DISMOD" (rect 0 0 43 12)(font "Arial" ))
		(text "DISMOD" (rect 21 59 64 71)(font "Arial" ))
		(line (pt 0 64)(pt 16 64)(line_width 1))
	)
	(port
		(pt 0 80)
		(input)
		(text "RGB_in[7..0]" (rect 0 0 63 12)(font "Arial" ))
		(text "RGB_in[7..0]" (rect 21 75 84 87)(font "Arial" ))
		(line (pt 0 80)(pt 16 80)(line_width 3))
	)
	(port
		(pt 0 96)
		(input)
		(text "hSync" (rect 0 0 31 12)(font "Arial" ))
		(text "hSync" (rect 21 91 52 103)(font "Arial" ))
		(line (pt 0 96)(pt 16 96)(line_width 1))
	)
	(port
		(pt 176 32)
		(output)
		(text "R_OUT[2..0]" (rect 0 0 62 12)(font "Arial" ))
		(text "R_OUT[2..0]" (rect 93 27 155 39)(font "Arial" ))
		(line (pt 176 32)(pt 160 32)(line_width 3))
	)
	(port
		(pt 176 48)
		(output)
		(text "G_OUT[2..0]" (rect 0 0 62 12)(font "Arial" ))
		(text "G_OUT[2..0]" (rect 93 43 155 55)(font "Arial" ))
		(line (pt 176 48)(pt 160 48)(line_width 3))
	)
	(port
		(pt 176 64)
		(output)
		(text "B_OUT[1..0]" (rect 0 0 61 12)(font "Arial" ))
		(text "B_OUT[1..0]" (rect 94 59 155 71)(font "Arial" ))
		(line (pt 176 64)(pt 160 64)(line_width 3))
	)
	(port
		(pt 176 80)
		(output)
		(text "CKV" (rect 0 0 22 12)(font "Arial" ))
		(text "CKV" (rect 133 75 155 87)(font "Arial" ))
		(line (pt 176 80)(pt 160 80)(line_width 1))
	)
	(port
		(pt 176 96)
		(output)
		(text "OEV" (rect 0 0 22 12)(font "Arial" ))
		(text "OEV" (rect 133 91 155 103)(font "Arial" ))
		(line (pt 176 96)(pt 160 96)(line_width 1))
	)
	(port
		(pt 176 112)
		(output)
		(text "VCOM" (rect 0 0 31 12)(font "Arial" ))
		(text "VCOM" (rect 124 107 155 119)(font "Arial" ))
		(line (pt 176 112)(pt 160 112)(line_width 1))
	)
	(port
		(pt 176 128)
		(output)
		(text "DMOD" (rect 0 0 33 12)(font "Arial" ))
		(text "DMOD" (rect 122 123 155 135)(font "Arial" ))
		(line (pt 176 128)(pt 160 128)(line_width 1))
	)
	(port
		(pt 176 144)
		(output)
		(text "OEH" (rect 0 0 23 12)(font "Arial" ))
		(text "OEH" (rect 132 139 155 151)(font "Arial" ))
		(line (pt 176 144)(pt 160 144)(line_width 1))
	)
	(port
		(pt 176 160)
		(output)
		(text "CPH[2..0]" (rect 0 0 49 12)(font "Arial" ))
		(text "CPH[2..0]" (rect 106 155 155 167)(font "Arial" ))
		(line (pt 176 160)(pt 160 160)(line_width 3))
	)
	(drawing
		(rectangle (rect 16 16 160 176)(line_width 1))
	)
)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -