Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem Vhdl the process with Reset option
I have written VHDL code for VGA controller for spartan 3E board. The code simulates and works well without the reset and clk process in the code below. But after inserting the process(reset,clk) the...
Altera_Forum
Honored Contributor
14 years agoHJS noticed one of big VHDL coding errors.
by the way of shivukumar's code, there will be conflicts that the simulator solves with resolving functions in std_logic packages. It is like connecting 2 outputs together ! I may add : Use STD_uLOGIC and STD_uLOGIC_VECTOR.