Reply by Rob Finch April 9, 20052005-04-09

--- In fpga-cpu@fpga..., "cationebox" <cationebox@y...> wrote:
>
>
> can anyone help me ?
> i will use it in my project
> but i am not sure to write right code in time
> so i turn to you
> can you help me ?
> vhdl is better than in verilog
> thanks a lot


I have a keyboard controller posted at my website, but it's in verilog.
It's a basic raw controller that just returns scan codes as it
encounters them. It has the advantage that it uses a WISHBONE bus
interface.

http://www.birdcomputer.ca/Cores/CoresToC.html


Reply by rtstofer April 8, 20052005-04-08


At www.opencores.org there is a ps2 interface in Verilog. If you grab
the System09 project there is a ps2 interface in VHDL.

You will need to add character decoding. Research the codes that are
transmitted for each key stroke. The are 'press' codes and 'release'
codes. Google will help... --- In fpga-cpu@fpga..., "cationebox" <cationebox@y...> wrote:
>
>
> can anyone help me ?
> i will use it in my project
> but i am not sure to write right code in time
> so i turn to you
> can you help me ?
> vhdl is better than in verilog
> thanks a lot



Reply by cationebox March 31, 20052005-03-31


can anyone help me ?
i will use it in my project
but i am not sure to write right code in time
so i turn to you
can you help me ?
vhdl is better than in verilog
thanks a lot