HELP-VHDL-CODE

OP (Company: student) #6681454
Rate this post
• useful
not useful
Hello everyone! I need help for this task, so if anyone can help me, I 
will be grateful 🙏

The digital system has 6 inputs (in0, in1, in2, in3, in4, in5) and two 
outputs (out0, out1).
Out0 will be in state "1" if an odd number "1" is detected at the 
inputs, while output out1 will be in "1" if at least three bits are in 
the state "1".
Develop a VHDL model of a given digital system and write a testbench 
probram that will determine the output of system for all possible input 
bit combinations.
Guest #6681640
Rate this post
• useful
not useful
You did not ask any specific question.
A general answer to your 'question' would be: You need to write code 
that sets Out0 high, if there is an odd number of ones on the input and 
set Out1 high, if at least three of the inputs are high.

If you have more specific questions, you can ask, of course.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now