How can I write bit hex data in Test bench file while generating vhdl file using HDL CODER?
Mostra commenti meno recenti
Hello
I want to convert AES-128 MATLAB code to VHDL file using HDL CODER. I am not getting that how should I give 128 bit hex input in test bench file. I am giving it as- ('00' '11' '22' '33' '44' '55' '66' '77' '88' '99' 'aa' 'bb' 'cc' 'dd' 'ee' 'ff' ) but it is showing me error Unexpected Matlab Expression.
Risposte (2)
Tim McBrayer
il 20 Mar 2015
0 voti
The data as you are showing in your question is a 2x16 array of char; this is not the numeric data that you probably want.
What is the data type that your DUT expects? You need to convert your ASCII data from characters into numeric data of the type that you want to pass to your DUT.
niharika agrawal
il 20 Mar 2015
0 voti
Categorie
Scopri di più su Code Generation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!