我正在尝试使用 ghdl 编译器编译 vhdl 代码。但是我缺少两个实用程序库:
util.misc_conv_pkg 和
util.vstring。
因此此代码不起作用
LIBRARY util;
USE util.misc_conv_pkg.ALL;
USE util.vstring.ALL;
我已经尝试了所有可能的安装方法: http ://ghdl.free.fr/site/pmwiki.php?n=Main.Installation 或 https://sourceforge.net/p/ghdl-updates/wiki/Installing% 20ghdl/
但它仍然无法正常工作。我该如何解决。