button.bsf
来自「采用Quartus2编写的数码管扫描显示电路 共有三个电路 电路1:当按下启」· BSF 代码 · 共 58 行
BSF
58 行
/*
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 64 72 168 144)
(text "button" (rect 0 0 30 12)(font "Arial" ))
(text "inst" (rect 0 56 17 68)(font "Arial" ))
(port
(pt 0 24)
(input)
(text "clkin" (rect 0 -8 22 4)(font "Arial" ))
(text "clkin" (rect 21 19 43 31)(font "Arial" ))
(line (pt 0 24)(pt 16 24)(line_width 1))
)
(port
(pt 0 40)
(input)
(text "phn" (rect 0 -8 17 4)(font "Arial" ))
(text "phn" (rect 21 35 38 47)(font "Arial" ))
(line (pt 0 40)(pt 16 40)(line_width 1))
)
(port
(pt 104 24)
(output)
(text "signal" (rect -16 -8 12 4)(font "Arial" ))
(text "signal" (rect 56 16 84 28)(font "Arial" ))
(line (pt 104 24)(pt 88 24)(line_width 1))
)
(port
(pt 104 40)
(output)
(text "enable" (rect -16 -8 15 4)(font "Arial" ))
(text "enable" (rect 56 32 87 44)(font "Arial" ))
(line (pt 104 40)(pt 88 40)(line_width 1))
)
(drawing
(rectangle (rect 16 8 88 56)(line_width 1))
)
)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?