python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create K-MAP from function
How can I create a K-MAP by looking at this function.I dont know how to create one

Emirhan Selim Uzun
Votes: 0
Answers: 1
How can w’xz + w’yz + x’yz’ + wxy’z be implemented with 4 NOR gates (+ inverters), given d = wyz
How can you implement the following function with only four NOR gates and inverters:
F = w’xz + w’yz + x’yz’ + wxy’z
d = wyz
AAK ANKIN SKYWALKER
Votes: 0
Answers: 1
Shifting in Verilog for multiplication
How does this line of code below works as the multiplication of (1024-31)?
The code is intended to be synthesized for FPGA, so shifting is used instead of direct division.
But what I do not understand...

Blaco
Votes: 0
Answers: 1