multi_clk.bsf
来自「用DE2板子实现的正选信号发生器,需安装quartus2软件,硬件需要DE2的开」· BSF 代码 · 共 79 行
BSF
79 行
/*
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 160 176)
(text "multi_clk" (rect 5 0 52 14)(font "Arial" (font_size 8)))
(text "inst" (rect 8 144 25 156)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "clk100m" (rect 0 0 46 14)(font "Arial" (font_size 8)))
(text "clk100m" (rect 21 27 67 41)(font "Arial" (font_size 8)))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 144 32)
(output)
(text "clk10m" (rect 0 0 38 14)(font "Arial" (font_size 8)))
(text "clk10m" (rect 85 27 123 41)(font "Arial" (font_size 8)))
(line (pt 144 32)(pt 128 32)(line_width 1))
)
(port
(pt 144 48)
(output)
(text "clk1m" (rect 0 0 31 14)(font "Arial" (font_size 8)))
(text "clk1m" (rect 92 43 123 57)(font "Arial" (font_size 8)))
(line (pt 144 48)(pt 128 48)(line_width 1))
)
(port
(pt 144 64)
(output)
(text "clk100k" (rect 0 0 42 14)(font "Arial" (font_size 8)))
(text "clk100k" (rect 81 59 123 73)(font "Arial" (font_size 8)))
(line (pt 144 64)(pt 128 64)(line_width 1))
)
(port
(pt 144 80)
(output)
(text "clk10k" (rect 0 0 35 14)(font "Arial" (font_size 8)))
(text "clk10k" (rect 88 75 123 89)(font "Arial" (font_size 8)))
(line (pt 144 80)(pt 128 80)(line_width 1))
)
(port
(pt 144 96)
(output)
(text "clk1k" (rect 0 0 28 14)(font "Arial" (font_size 8)))
(text "clk1k" (rect 95 91 123 105)(font "Arial" (font_size 8)))
(line (pt 144 96)(pt 128 96)(line_width 1))
)
(port
(pt 144 112)
(output)
(text "clk25" (rect 0 0 29 14)(font "Arial" (font_size 8)))
(text "clk25" (rect 94 107 123 121)(font "Arial" (font_size 8)))
(line (pt 144 112)(pt 128 112)(line_width 1))
)
(drawing
(rectangle (rect 16 16 128 144)(line_width 1))
)
)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?