Guest
#5454415
Hi All If I am writing a VHDL code, for a flip flop that includes clear and reset inputs, both active when 'low', how do i make provision for this for the case when clear = 0 and preset=0, that is the case that produces invalid output (ie to be excluded/avoided). Do i just exclude defining this logic in the code? or should i code logic statements that instruct VHDL to avoid this situation of these inputs being both active same time? e.g. IF (clr = '0' and pres='0') then. ....... Regards Bk