一些参数化模块库(LPM)具有多个字符串参数,需要通过VHDL设计中的LPM_HINT传递。使用逗号分隔GENERIC MAP中引号中的字符串参数。
inst_1:lpm_mult
通用映射(
lpm_widtha => 8,
lpm_widthb => 8,
lpm_widthp => 16,
lpm_widths => 1,
lpm_hint =>“USE_EAB = ON,INPUT_A_IS_CONSTANT = YES”)





没有回复内容