getting error while converting matlab code to verilog
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
while converting matlab to verilog in hdl coder error getting testbench. ERROR : Error using eml_error (line 20) BIT must be integers between 1 and 9 for embedded.fi. i cannot even understand meaning of that error, can u figure it out
0 件のコメント
回答 (1 件)
Bharath Venkataraman
2017 年 5 月 17 日
編集済み: Bharath Venkataraman
2017 年 5 月 17 日
0 投票
Do you have any bit manipulation code? In that case, one guess is that the index you are passing needs to be between 1 and 9, where as the value you are passing in is not between those values. Showing the code here may help debug it.
0 件のコメント
この質問は閉じられています。
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!