HDL Coder Undefined variable "emlhdlcoder" or class "emlhdlcod​er.hdlveri​fier.getFI​LBoardList​".

1 view (last 30 days)
Hi,
I got this message when I tried to run hdl coder from the app tab:
Undefined variable "emlhdlcoder" or class
"emlhdlcoder.hdlverifier.getFILBoardList".
Undefined variable "emlhdlcoder" or class
"emlhdlcoder.hdlverifier.getConnectionOptions".
Undefined variable "emlhdlcoder" or class
"emlhdlcoder.hdlverifier.isHDLVerifierAvailable".
The deployment tool says "loading", but nothing happens. MATLAB 2014a
Could you please tell me how to fix this error? Thank you in advance.

Answers (1)

Tim McBrayer
Tim McBrayer on 7 Oct 2014
It sounds like HDL Verifier is not installed. Can you check to see if you have it installed? If it is you should see something similar to this:
>> ver('HDLVerifier')
----------------------------------------------------------------------------------------------
MATLAB Version: 8.3.0.532 (R2014a)
MATLAB License Number: unknown
Operating System: Linux 3.10-0.bpo.tmw5-amd64 #1 SMP Debian 3.10.40-0~bpo70+1.tmw5 (2014-05-14) x86_64
Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------
HDL Verifier Version 4.4 (R2014a)
  1 Comment
Salvador
Salvador on 7 Oct 2014
Thank you Tim, but it seems that HDL Verifier is installed:
>> ver('HDLVerifier')
----------------------------------------------------------------------------------------------------
MATLAB Version: 8.3.0.532 (R2014a)
MATLAB License Number:
Operating System: Microsoft Windows 7 Professional Version 6.1 (Build 7601: Service Pack 1)
Java Version: Java 1.7.0_11-b21 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
HDL Verifier Version 4.4 (R2014a)
>>

Sign in to comment.

Categories

Find more on Code Generation in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!