

The Eagle folder contains the board and schematic files.
They were developed with Eagle version 5.10.0.

The MyHDL folder contains the Python/MyHDL files.
They were developed using MyHDL version 0.7.

The following illustrates the module hearichy of the counter; the file in which a module
is defined is shown at the right.

	counterMain							main.py
		syncSig								"
		counterMainP						"
			counter						counter.py
			updateDisplay				display16ch.py
				updateDisplayP				"
				extractCharacter			"
				lcdController			lcdController.py
				lcdFormat				format.py
					lcdFormatP				"
					insertChar				"
					divideBy10 (1)		divideBy10.py
				adjustCount				adjustCount.py
					divideBy10 (2)		divideBy10.py

