Whats wrong with code?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Whats wrong with code?

maneet
This post was updated on .
Need help with debugging my .hdl code.
Reply | Threaded
Open this post in threaded view
|

Re: Whats wrong with code here?

cadet1620
Administrator
The error message I get is "In HDL file D:\TECS\projects\student\maneet\ALU.hdl, Line 45, Missing ';': load ALU.hdl"

Note that error messages often apply to the line before or after where there error actually occurs.  Search your code for two missing ";".

Once you fix that, your code is correct and will pass the test.

Please edit you post to remove the HDL code. We want students to develop their own solutions.

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: Whats wrong with code here?

maneet
Thanks a lot Mark! The code works now.

I have also updated the post.