Altera_Forum
Honored Contributor
18 years agoVHDL type mismatch error
HI,
I use am29lv065d flash to custmize my development board,but I got a error when ANALYSIS&SYNTHESIS VHDL type mismatch error at am29lv065d.vhd(109):VitalDelayType type does not match string literal. and 109 line is: tdevice_POB :VitalDelayType :=5 us;--byte write I also look up the datasheet file for tdevice_POB's value,it is surely 5us. How can I solve this problem? tks!