chau0873
Newbie level 2
- Joined
- Nov 17, 2013
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 18
Dear all,
I have a design in VHDL format, in the architecture, I called a component. The design of component is in Verilog format and have architecture, like below :
I used same worklib for NCVHDL and NCVLOG command. The same option (-64) is used for both NCVHDL and NCVLOG.
My understand is : the architecture (hello) for the entity is missed/lacked/un-compiled, or some mistakes in port name/size ... Is there any reason else ? How can I debug this warning ? Is there any option of NCELAB to show EXACTLY where the mistakes happens ?
May anyone help me ? Thank you so much.
Best regards,
I have a design in VHDL format, in the architecture, I called a component. The design of component is in Verilog format and have architecture, like below :
entity my_design is
...
architecture arch of my_design is
component hello
...
module hello (...)
{
inst_1 inst_hello (...)
}
module inst_hello (...)
{
}
I used same worklib for NCVHDL and NCVLOG command. The same option (-64) is used for both NCVHDL and NCVLOG.
My understand is : the architecture (hello) for the entity is missed/lacked/un-compiled, or some mistakes in port name/size ... Is there any reason else ? How can I debug this warning ? Is there any option of NCELAB to show EXACTLY where the mistakes happens ?
May anyone help me ? Thank you so much.
Best regards,
Last edited: