Administrator
|
That's progress!
Now walk through what the logic SHOULD be doing, based on the specification, and see if you agree with the result in the .cmp file. Compare this with what these control signals say the operation should be from the table of the 18 defined operations you were given. If you don't agree with the .cmp file, then the problem lies with your understanding of the specification and that needs to get fixed first.
Once you agree that the .cmp file is correct, the walk through YOUR design for that set of inputs and see if you agree that it produces what is in the .out file. If it doesn't, then the problem is in understanding the logic you implemented and that needs to get fixed next. Once you understand why it is producing what it produces, see where it deviates from what the spec says it should produce.
|