hour24.vhd
来自「FPGA设计的时钟!很特别」· VHDL 代码 · 共 10 行
VHD
10 行
--************************************************************************--
--24时计数器程序
--************************************************************************--
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity hour24 is
port ( fin : in std_logic; --分进位信号输入
rst : in std_logic; --reset复位键,高电平有
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?