-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6574487
commit 08fd91f
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# digitale-synthese-dsss | ||
DSSS Wireless transmit-receive system in VHDL | ||
# DSSS Wireless Transmit-Receive System | ||
This repository contains the VHDL files for the course "Digital Synthese: pratica" by Jan Meel (KU Leuven, Campus De Nayer). | ||
|
||
## Files | ||
- debounce.vhd: Debouncer for push buttons | ||
- debounce_test.vhd: __TESTBENCH__ Debouncer | ||
- binToSegDisplay.vhd: Binary to 7 segment display convertor | ||
- binToSegDisplay_test.vhd: __TESTBENCH__ Binary to 7 segment display convertor | ||
|
||
## License | ||
Everything in this repository is available under the GPLv3 License. | ||
|