If you can see this, you are using a non-CSS compliant browser.
Please download the latest version of Firefox.
www.jeremya.com
Email Jeremy
src
src

Verilog KDevelop Template

Project template for developing verilog in KDevelop using Icarus Verilog and GTKWave


Download

Pre-Requisites


Usage
  1. Download the package and unpack it in a temporary location
  2. Run the install script to copy files into necessary locations
  3. Start KDevelop and choose the Project->New Project menu option
  4. You should see a Verilog category with a Simple Verilog Project option underneath
  5. Once the new project is created, you must hand-edit the Makefile in the ./sim directory to add more verilog files, etc. The build toolbar button should call the make utility which will compile and simulate the verilog files displaying the resulting waveforms with GTKWave.

Please email me with any questions/problems