This list is for discussion of the design and implementation of field-programmable gate array based processors and integrated systems. It is also for discussion and community support of the XSOC Project (see http://www.fpgacpu.org/xsoc).
anyone has ps2 keyboard controller cores? - cationebox - Mar 31 7:17:00 2005
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

(You need to be a member of fpga-cpu -- send a blank email to fpga-cpu-subscribe@yahoogroups.com )
Re: anyone has ps2 keyboard controller cores? - rtstofer - Apr 8 13:01:00 2005
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

(You need to be a member of fpga-cpu -- send a blank email to fpga-cpu-subscribe@yahoogroups.com )
Re: anyone has ps2 keyboard controller cores? - Rob Finch - Apr 9 10:41:00 2005
--- 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

(You need to be a member of fpga-cpu -- send a blank email to fpga-cpu-subscribe@yahoogroups.com )