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)
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
How to use digital signature in jsrsasign.js with Chinese Character?
I need to interface with third-party organizations. They need to add a digital signature to the data and put it in the request header.
I found that jsrsasign.js could be helpful so I am using that to ...
尼玛阿
Votes: 0
Answers: 1
I am trying to make a 4-Bit Controlled Forward Counter
The objective of my project is that the 4-bit counter which has a range of 0-9, counts to the desired binary number using outside dip switches then returns to the beginning again.
This is what I have ...
TryingToLearn
Votes: 0
Answers: 1