Eri*_*ren 8 type-conversion vhdl real-datatype
是否有一个通用的转换函数将整数类型对象转换为VHDL中的实数类型?这是针对测试平台的,因此可合成性不是问题.
Pet*_*ett 9
You can convert integer to real as follows:
signal i: integer; signal R: Real; ... R <= Real(i);
归档时间:
14 年,2 月 前
查看次数:
20271 次
最近记录:
11 年,11 月 前