文件名称:LabA1Design1
介绍说明--下载内容均来自于网络,请自行研究使用
设计求两数之差的绝对值电路:电路输入aIn、bIn为4位无符号二进制数,电路输出out为两数之差的绝对值,即out=|aIn-bIn|。要求用多层次结构设计电路,即调用数据选择器、加法器和比较器等基本模块来设计电路。-Design for the number two absolute value of the difference between circuits: circuit input aIn, bIn a 4-bit unsigned binary number, the circuit output out of the absolute value of the difference between the two numbers, ie out = | aIn-bIn |. Requires a multi-level structure design circuits that call data selector, adders and comparators, the basic module to design circuits.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
abs_dif_tb.v
comp.v
comp_tb.v
full_adder.v
full_adder_tb.v
mux_2to1.v
mux_2to1_tb.v
abs_dif.v