Forum Discussion
Altera_Forum
Honored Contributor
16 years agoproblem of LCD controller
hi, i would convert a verilog code to vhdl code , //code verilog always@(posedge iCLK or negedge iRST_N) begin if(!iRST_N) begin LUT_INDEX <= 0; ...
Altera_Forum
Honored Contributor
16 years agoThank you very much
i try a whole code and i use some component in verilog, after that i found the mistakes in my code. i would know if you have any idea for create a master who can read/write in LCD ,i try with this code i compiled with no error but no result in the LCD you can See both attached files