workchoose.bsf

来自「微波炉控制器的设计」· BSF 代码 · 共 86 行

BSF
86
字号
/*
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 168 144)
	(text "workchoose" (rect 5 0 76 14)(font "Arial" (font_size 8)))
	(text "inst" (rect 8 112 25 124)(font "Arial" ))
	(port
		(pt 0 32)
		(input)
		(text "ena" (rect 0 0 21 14)(font "Arial" (font_size 8)))
		(text "ena" (rect 21 27 42 41)(font "Arial" (font_size 8)))
		(line (pt 0 32)(pt 16 32)(line_width 1))
	)
	(port
		(pt 0 48)
		(input)
		(text "acook" (rect 0 0 34 14)(font "Arial" (font_size 8)))
		(text "acook" (rect 21 43 55 57)(font "Arial" (font_size 8)))
		(line (pt 0 48)(pt 16 48)(line_width 1))
	)
	(port
		(pt 0 64)
		(input)
		(text "adefrost" (rect 0 0 48 14)(font "Arial" (font_size 8)))
		(text "adefrost" (rect 21 59 69 73)(font "Arial" (font_size 8)))
		(line (pt 0 64)(pt 16 64)(line_width 1))
	)
	(port
		(pt 0 80)
		(input)
		(text "abake" (rect 0 0 34 14)(font "Arial" (font_size 8)))
		(text "abake" (rect 21 75 55 89)(font "Arial" (font_size 8)))
		(line (pt 0 80)(pt 16 80)(line_width 1))
	)
	(port
		(pt 152 32)
		(output)
		(text "ochoose" (rect 0 0 49 14)(font "Arial" (font_size 8)))
		(text "ochoose" (rect 82 27 131 41)(font "Arial" (font_size 8)))
		(line (pt 152 32)(pt 136 32)(line_width 1))
	)
	(port
		(pt 152 48)
		(output)
		(text "ocook" (rect 0 0 34 14)(font "Arial" (font_size 8)))
		(text "ocook" (rect 97 43 131 57)(font "Arial" (font_size 8)))
		(line (pt 152 48)(pt 136 48)(line_width 1))
	)
	(port
		(pt 152 64)
		(output)
		(text "odefrost" (rect 0 0 48 14)(font "Arial" (font_size 8)))
		(text "odefrost" (rect 83 59 131 73)(font "Arial" (font_size 8)))
		(line (pt 152 64)(pt 136 64)(line_width 1))
	)
	(port
		(pt 152 80)
		(output)
		(text "obake" (rect 0 0 34 14)(font "Arial" (font_size 8)))
		(text "obake" (rect 97 75 131 89)(font "Arial" (font_size 8)))
		(line (pt 152 80)(pt 136 80)(line_width 1))
	)
	(drawing
		(rectangle (rect 16 16 136 112)(line_width 1))
	)
)

⌨️ 快捷键说明

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