Forum Discussion
Altera_Forum
Honored Contributor
9 years agooutput forced unknown
I am very rusty in VHDL and I have the following problem. I am testing to inputs for '1' and if either one of them is high I assign the output a '1'. However when I do this the output is always 'X'. ...
Altera_Forum
Honored Contributor
9 years agoHi pabloemma,
In line 66 of test_timeTB.vhd, process "init" drives "00" to "F_DOUT_L". So if now your instance of test_time tries to drive anything other than zeros to that signal, you get a conflict, which resolves to an 'X'. Remove line 66 and it should be fine. Best regards, GooGooCluster