说明:4位除法器
library IEEE
use IEEE.std_logic_1164.all
use IEEE.std_logic_unsigned.all
entity fpdiv is
port (
DIVz: out STD_LOGIC
A: in STD_LOGIC_VECTOR (3 downto 0)
B: in STD_LOGIC_VECTOR (3 downt <陈强> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:一个VHDL实现的测频计
LIBRARY ieee
USE ieee.std_logic_1164.all
USE ieee.std_logic_arith.all
USE ieee.std_logic_unsigned.all
ENTITY freq IS
PORT( Fsignal : IN std_logic
-- Rst : IN std_logic
Gate : IN st <陈强> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:使用变量的状态机
library ieee
use ieee.std_logic_1164.all
ENTITY fsm2 IS
PORT(clock,x : IN BIT z : OUT BIT)
END fsm2
-------------------------------------------------
ARCHITECTURE using_wait OF fsm2 IS
<陈强> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:这是一个译码器,与编码器功能相反,可以用于设计抢答器等,便于在实验箱上演示-This is a decoder, and encoder On the contrary, can be used to design Responder so easy to be demonstrated in the experimental box <孙法江> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:可实现输入的2个一位十进制数的加、减运算。要求:输入提供十个数字键,先转化为8421码,再运算,输入的数据和输出结果都要以七段显示译码器显示出来(仿真波形)。输入模块、运算模块、数据转换模块要求用不同的模块分别实现。-Can be one of the input of two decimal addition, subtraction operations. Requirements: Enter the ten numeric ke <weight> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:另一个可实现输入的2个一位十进制数的加、减运算。要求:输入提供十个数字键,先转化为8421码,再运算,输入的数据和输出结果都要以七段显示译码器显示出来(仿真波形)。输入模块、运算模块、数据转换模块要求用不同的模块分别实现。-Another may be the input of the two one decimal addition, subtraction operations. Requirements: Enter the te <weight> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:可实现输入的2个一位十进制数的乘法运算。要求:输入提供十个数字键,先转化为8421码,再运算,输入的数据和输出结果都要以七段显示译码器显示出来(仿真波形)。输入模块、运算模块、数据转换模块要求用不同的模块分别实现。-Can be one of the input of two decimal multiplication. Requirements: Enter the ten numeric keys provided, the fi <weight> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:可实现输入的2个一位十进制数的乘法运算。要求:输入提供十个数字键,先转化为8421码,再运算,输入的数据和输出结果都要以七段显示译码器显示出来(仿真波形)。输入模块、运算模块、数据转换模块要求用不同的模块分别实现。-Can be one of the input of two decimal multiplication. Requirements: Enter the ten numeric keys provided, the fi <weight> 在 2025-01-15 上传
| 大小:1kb | 下载:0
说明:可实现输入的2个一位十进制数的减运算。要求:输入提供十个数字键,先转化为8421码,再运算,输入的数据和输出结果都要以七段显示译码器显示出来(仿真波形)。输入模块、运算模块、数据转换模块要求用不同的模块分别实现。-Can be one of the input of two decimal reduction operations. Requirements: Enter the ten numeric keys provided, t <weight> 在 2025-01-15 上传
| 大小:1kb | 下载:0