4 Star 0 Fork 0

Guo_pawn/experiment5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
flag_reg.bsf 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
Guo_pawn 提交于 2024-05-21 16:56 . 修改了reg_mux的一点小错误
/*
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-2009 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 from 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 128 176)
(text "flag_reg" (rect 5 0 45 12)(font "Arial" ))
(text "inst" (rect 8 144 25 156)(font "Arial" ))
(port
(pt 0 32)
(input)
(text "sst" (rect 0 0 15 12)(font "Arial" ))
(text "sst" (rect 21 27 36 39)(font "Arial" ))
(line (pt 0 32)(pt 16 32)(line_width 1))
)
(port
(pt 0 48)
(input)
(text "c" (rect 0 0 5 12)(font "Arial" ))
(text "c" (rect 21 43 26 55)(font "Arial" ))
(line (pt 0 48)(pt 16 48)(line_width 1))
)
(port
(pt 0 64)
(input)
(text "z" (rect 0 0 4 12)(font "Arial" ))
(text "z" (rect 21 59 25 71)(font "Arial" ))
(line (pt 0 64)(pt 16 64)(line_width 1))
)
(port
(pt 0 80)
(input)
(text "v" (rect 0 0 7 12)(font "Arial" ))
(text "v" (rect 21 75 28 87)(font "Arial" ))
(line (pt 0 80)(pt 16 80)(line_width 1))
)
(port
(pt 0 96)
(input)
(text "s" (rect 0 0 5 12)(font "Arial" ))
(text "s" (rect 21 91 26 103)(font "Arial" ))
(line (pt 0 96)(pt 16 96)(line_width 1))
)
(port
(pt 0 112)
(input)
(text "clk" (rect 0 0 14 12)(font "Arial" ))
(text "clk" (rect 21 107 35 119)(font "Arial" ))
(line (pt 0 112)(pt 16 112)(line_width 1))
)
(port
(pt 0 128)
(input)
(text "reset" (rect 0 0 24 12)(font "Arial" ))
(text "reset" (rect 21 123 45 135)(font "Arial" ))
(line (pt 0 128)(pt 16 128)(line_width 1))
)
(port
(pt 112 32)
(output)
(text "flag_c" (rect 0 0 30 12)(font "Arial" ))
(text "flag_c" (rect 61 27 91 39)(font "Arial" ))
(line (pt 112 32)(pt 96 32)(line_width 1))
)
(port
(pt 112 48)
(output)
(text "flag_z" (rect 0 0 29 12)(font "Arial" ))
(text "flag_z" (rect 62 43 91 55)(font "Arial" ))
(line (pt 112 48)(pt 96 48)(line_width 1))
)
(port
(pt 112 64)
(output)
(text "flag_v" (rect 0 0 31 12)(font "Arial" ))
(text "flag_v" (rect 60 59 91 71)(font "Arial" ))
(line (pt 112 64)(pt 96 64)(line_width 1))
)
(port
(pt 112 80)
(output)
(text "flag_s" (rect 0 0 30 12)(font "Arial" ))
(text "flag_s" (rect 61 75 91 87)(font "Arial" ))
(line (pt 112 80)(pt 96 80)(line_width 1))
)
(drawing
(rectangle (rect 16 16 96 144)(line_width 1))
)
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
VHDL
1
https://gitee.com/guo-pawn/experiment5.git
git@gitee.com:guo-pawn/experiment5.git
guo-pawn
experiment5
experiment5
main

搜索帮助