tx.bsf
来自「nios系统下LVDS的ip源码」· BSF 代码 · 共 59 行
BSF
59 行
/*
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 0 0 288 160)
(text "tx" (rect 139 1 151 17)(font "Arial" (font_size 10)))
(text "inst" (rect 8 144 25 156)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "tx_in[7..0]" (rect 0 0 55 14)(font "Arial" (font_size 8)))
(text "tx_in[7..0]" (rect 4 19 51 32)(font "Arial" (font_size 8)))
(line (pt 0 32)(pt 96 32)(line_width 3))
)
(port
(pt 0 48)
(input)
(text "tx_inclock" (rect 0 0 56 14)(font "Arial" (font_size 8)))
(text "tx_inclock" (rect 4 35 50 48)(font "Arial" (font_size 8)))
(line (pt 0 48)(pt 96 48)(line_width 1))
)
(port
(pt 288 32)
(output)
(text "tx_out[0]" (rect 0 0 49 14)(font "Arial" (font_size 8)))
(text "tx_out[0]" (rect 243 19 284 32)(font "Arial" (font_size 8)))
(line (pt 288 32)(pt 216 32)(line_width 1))
)
(drawing
(text "LVDS Transmitter" (rect 119 38 193 50)(font "Arial" ))
(text "single channel, x8" (rect 119 54 194 66)(font "Arial" ))
(text "Cyclone II" (rect 236 146 280 158)(font "Arial" ))
(line (pt 96 24)(pt 216 24)(line_width 1))
(line (pt 216 24)(pt 216 128)(line_width 1))
(line (pt 216 128)(pt 96 128)(line_width 1))
(line (pt 96 128)(pt 96 24)(line_width 1))
(line (pt 96 44)(pt 101 49)(line_width 1))
(line (pt 96 52)(pt 101 47)(line_width 1))
)
)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?