Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHelp: verilog HDL to VHDL
Hi all, I got this ps/2_keyboard code from the examples of DE1. However the code is in verilog HDL which I really have no idea with it. I need this quite urgent for my work so is that possible ...
Altera_Forum
Honored Contributor
17 years agoWhy not leave it as a Verilog Module and just instantiate it from your VHDL code. You can get Quartus to create the instantiate file for you and pass parameters to it if you need to alter the default settings. If the module code is OK you can just forget about it and work on your own stuff.