Login  Register

ALU Implementation Error

classic Classic list List threaded Threaded
5 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

ALU Implementation Error

Mike2345
27 posts
This post was updated on Oct 06, 2019; 7:04pm.
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ALU Implementation Error

WBahn
Administrator
1551 posts
So what it is that you are asking? Just posting some HDL code doesn't do much -- I still don't have a functioning crystal ball.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ALU Implementation Error

Mike2345
27 posts
I don't really know what my Error is. It says Comparison Error line 12 but I found my implementation with no problem. Am i having issues with the Design of the ALU I just don't understand where the code went wrong
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ALU Implementation Error

WBahn
Administrator
1551 posts
So look at Line 12 and see what it is saying it is expecting in the comparison file and look at what your implementation is producing in your output file. Which signals are not in agreement?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ALU Implementation Error

Mike2345
27 posts
It was just a silly variable problem. Thank you for your help.