souvikedaboard
Newbie level 6
- Joined
- Feb 28, 2015
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 75
In my rtl verilog code I have included another file with " `include " which contains all the parameters and functions that are needed in the verilog code. However while synthesizing(reading using read_verilog) the RTL verilog code in Design Compiler I am getting errors like symbol "SVC" not defined symbol "USR" not defined...However all of these are already included in the file that I have included in the RTL verilog code? I am using
Syntax:- read_verilog <RTL verilog code filename>
Is the above syntax all right? Or do I need to read the included files too.. If yes how?
Syntax:- read_verilog <RTL verilog code filename>
Is the above syntax all right? Or do I need to read the included files too.. If yes how?