etester.bsf

来自「频率计编程 看看吧第一次先贴希望对大家有用」· BSF 代码 · 共 107 行

BSF
107
字号
/*
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-2005 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 176)
	(text "etester" (rect 5 0 39 12)(font "Arial" ))
	(text "inst" (rect 8 144 25 156)(font "Arial" ))
	(port
		(pt 0 32)
		(input)
		(text "CLK" (rect 0 0 21 12)(font "Arial" ))
		(text "CLK" (rect 21 27 42 39)(font "Arial" ))
		(line (pt 0 32)(pt 16 32)(line_width 1))
	)
	(port
		(pt 0 48)
		(input)
		(text "RST_N" (rect 0 0 35 12)(font "Arial" ))
		(text "RST_N" (rect 21 43 56 55)(font "Arial" ))
		(line (pt 0 48)(pt 16 48)(line_width 1))
	)
	(port
		(pt 0 64)
		(input)
		(text "tclk" (rect 0 0 17 12)(font "Arial" ))
		(text "tclk" (rect 21 59 38 71)(font "Arial" ))
		(line (pt 0 64)(pt 16 64)(line_width 1))
	)
	(port
		(pt 0 80)
		(input)
		(text "cl" (rect 0 0 8 12)(font "Arial" ))
		(text "cl" (rect 21 75 29 87)(font "Arial" ))
		(line (pt 0 80)(pt 16 80)(line_width 1))
	)
	(port
		(pt 0 96)
		(input)
		(text "RDKY_EN" (rect 0 0 53 12)(font "Arial" ))
		(text "RDKY_EN" (rect 21 91 74 103)(font "Arial" ))
		(line (pt 0 96)(pt 16 96)(line_width 1))
	)
	(port
		(pt 0 112)
		(input)
		(text "D_KEY[7..0]" (rect 0 0 62 12)(font "Arial" ))
		(text "D_KEY[7..0]" (rect 21 107 83 119)(font "Arial" ))
		(line (pt 0 112)(pt 16 112)(line_width 3))
	)
	(port
		(pt 176 48)
		(output)
		(text "RD_N" (rect 0 0 30 12)(font "Arial" ))
		(text "RD_N" (rect 125 43 155 55)(font "Arial" ))
		(line (pt 176 48)(pt 160 48)(line_width 1))
	)
	(port
		(pt 176 64)
		(output)
		(text "WR_N" (rect 0 0 33 12)(font "Arial" ))
		(text "WR_N" (rect 122 59 155 71)(font "Arial" ))
		(line (pt 176 64)(pt 160 64)(line_width 1))
	)
	(port
		(pt 176 80)
		(output)
		(text "A_BUS[2..0]" (rect 0 0 61 12)(font "Arial" ))
		(text "A_BUS[2..0]" (rect 94 75 155 87)(font "Arial" ))
		(line (pt 176 80)(pt 160 80)(line_width 3))
	)
	(port
		(pt 176 96)
		(output)
		(text "D_BUS[7..0]" (rect 0 0 62 12)(font "Arial" ))
		(text "D_BUS[7..0]" (rect 93 91 155 103)(font "Arial" ))
		(line (pt 176 96)(pt 160 96)(line_width 3))
	)
	(port
		(pt 176 32)
		(bidir)
		(text "start1" (rect 0 0 28 12)(font "Arial" ))
		(text "start1" (rect 127 27 155 39)(font "Arial" ))
		(line (pt 176 32)(pt 160 32)(line_width 1))
	)
	(drawing
		(rectangle (rect 16 16 160 144)(line_width 1))
	)
)

⌨️ 快捷键说明

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