HDL Coder Undefined variable "emlhdlcoder" or class "emlhdlcoder.hdlverifier.getFILBoardList".
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.



0 commentaires
Réponses (1)
Tim McBrayer
le 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)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!