Error in Verilog - Calling Other Files in Same Project

Joined
Nov 20, 2010
Messages
2
Reaction score
0
Hello,

I am writing code for the main file of my project which makes use of other files within the same project. I am trying to call some files into my main project file with the following commands:

Code:
                Byte_Sub bs0(BS,Cipher_Text);
                Shift_Rows sr0(SR,BS);

The error coming up is

Code:
Undefined variable: Byte_Sub.
near "bs0". syntax error, unexpected "IDENTIFIER"
Undefined variable: Shift+Rows.

Please look into the issue and suggest any solutions.

Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,883
Members
47,419
Latest member
ArturoBres

Latest Threads

Top