Altera_Forum
Honored Contributor
15 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; ...