A way to decide either one or more bits are active (VHDL)
Posted by: ben in FPGA, tags: VHDLThis solution solves the issue on, how to detect either one or more bits are active in a bit array. The technique is quite easy, just isolate one of the bits. This can be done by the same technique as known from the arbiter implementation. Calculate the two’s complement of the bit array signal and Continue reading →
Entries (RSS)