test_controller.bsf

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

BSF
128
字号
/*
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 208)
	(text "Test_Controller" (rect 5 0 79 12)(font "Arial" ))
	(text "inst" (rect 8 176 25 188)(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 "AD_INT" (rect 0 0 38 12)(font "Arial" ))
		(text "AD_INT" (rect 21 59 59 71)(font "Arial" ))
		(line (pt 0 64)(pt 16 64)(line_width 1))
	)
	(port
		(pt 0 80)
		(input)
		(text "AD_D[7..0]" (rect 0 0 55 12)(font "Arial" ))
		(text "AD_D[7..0]" (rect 21 75 76 87)(font "Arial" ))
		(line (pt 0 80)(pt 16 80)(line_width 3))
	)
	(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 32)
		(output)
		(text "AD_CS" (rect 0 0 36 12)(font "Arial" ))
		(text "AD_CS" (rect 119 27 155 39)(font "Arial" ))
		(line (pt 176 32)(pt 160 32)(line_width 1))
	)
	(port
		(pt 176 48)
		(output)
		(text "AD_RD" (rect 0 0 37 12)(font "Arial" ))
		(text "AD_RD" (rect 118 43 155 55)(font "Arial" ))
		(line (pt 176 48)(pt 160 48)(line_width 1))
	)
	(port
		(pt 176 64)
		(output)
		(text "AD_WR" (rect 0 0 40 12)(font "Arial" ))
		(text "AD_WR" (rect 115 59 155 71)(font "Arial" ))
		(line (pt 176 64)(pt 160 64)(line_width 1))
	)
	(port
		(pt 176 80)
		(output)
		(text "AD_A[2..0]" (rect 0 0 54 12)(font "Arial" ))
		(text "AD_A[2..0]" (rect 101 75 155 87)(font "Arial" ))
		(line (pt 176 80)(pt 160 80)(line_width 3))
	)
	(port
		(pt 176 96)
		(output)
		(text "WR_N" (rect 0 0 33 12)(font "Arial" ))
		(text "WR_N" (rect 122 91 155 103)(font "Arial" ))
		(line (pt 176 96)(pt 160 96)(line_width 1))
	)
	(port
		(pt 176 112)
		(output)
		(text "RD_N" (rect 0 0 30 12)(font "Arial" ))
		(text "RD_N" (rect 125 107 155 119)(font "Arial" ))
		(line (pt 176 112)(pt 160 112)(line_width 1))
	)
	(port
		(pt 176 128)
		(output)
		(text "A_BUS[2..0]" (rect 0 0 61 12)(font "Arial" ))
		(text "A_BUS[2..0]" (rect 94 123 155 135)(font "Arial" ))
		(line (pt 176 128)(pt 160 128)(line_width 3))
	)
	(port
		(pt 176 144)
		(output)
		(text "D_BUS[7..0]" (rect 0 0 62 12)(font "Arial" ))
		(text "D_BUS[7..0]" (rect 93 139 155 151)(font "Arial" ))
		(line (pt 176 144)(pt 160 144)(line_width 3))
	)
	(drawing
		(rectangle (rect 16 16 160 176)(line_width 1))
	)
)

⌨️ 快捷键说明

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