4位十进制计算器verilogHDL设计该怎么在xilinxSpartan上实现?
4位十进制计算器verilogHDL设计该怎么在xilinxSpartan上实现?要求如下:Implement a decimal calculator,
operate addition, subtraction, multiplication and division for two 16 bits
numbers and display the results in 7-segment LED display.Using decimal numbers as the
inputs/outputs. Each input is 4 decimals (16 bits).Display an error message (ERR)
when the divisor is 0.Please make your own user interact
design to control the calculation operation, to display the operation results,
and provide the clear user manual. Build Behavioral Simulation and
submit the simulation results.
求verilogHDL代码和ucf文件代码。