Tagged Questions

5
votes
3answers
308 views

Circuit that counts the number of set bits in 15-bit input

How to build an area-efficient circuit that counts the number of set bits in 15-bit input using 4-input LUTs (look-up tables). The output is obviously 4-bit (counts 0-15). Some claim that it's ...
2
votes
3answers
5k views

How do I convert a number to two's complement in verilog?

I am trying to design a 4-bit adder subtracter in verilog. This is only the second thing I have ever written in verilog, and I don't know all the correct syntax yet. This is the module I have so far: ...
1
vote
2answers
63 views

VHDL - Undefined behavior in my key detection

I am designing a shift key detector.I wrote a test bench. The test showed that my implementation was incorrect. Here is the simulation in ModelSim. The red line indicated UNDEFINED. This behavior ...