Begin3 Title: frequency_counter Version: 0.2.1 Entered-date: 2006-03-20 Description: Verilog source code for a frequency counter running on the Digilent Digilab D2 board with Xilinx Spartan-2-200 FPGA, uses a 2 line LCD attached to the D2 board. Also sends the frequency meausred in the form 200000000Hz\r at 19200 Bd via the D2 RS232 serial port. This software works in Linux with the Linux version of Xilinx Webpack-8.1.i. To unpack: tar -jxvf frequency_counter-0.2.1.bz2 cd frequency_counter-0.2.1 Then read README. Script and configuration files to syntesize with Xilinx webpack-8.1i included. Documentation for used LCD included. Changes from 0.1: Added 'Hz' to end display. Added rm temp files in mmake2 script. Added internal 200 MHz test signal with 2 DLLs. Count gate closes at 49 999 999 (was 50 000 000) clock ticks. Changes from 0.2: Fixed lsm file. Keywords: FPGA, Digilent, frequency counter, Verilog. Author: Jan Panteltje panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp sunsite.unc.edu/pub/linux/apps/circuit/ Alternate-site: http://panteltje.com/panteltje/fpga/ (homepage) Platforms: LINUX, UNIX Copying-policy: LGPL End