Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemongrb/frequencydivider
verilog code for frequency divider circuit implemented with verilog hdl
https://github.com/lemongrb/frequencydivider
digital-design fpga frequency-divider hardware-description-language hdl verilog
Last synced: about 3 hours ago
JSON representation
verilog code for frequency divider circuit implemented with verilog hdl
- Host: GitHub
- URL: https://github.com/lemongrb/frequencydivider
- Owner: lemongrb
- Created: 2024-12-03T15:41:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T15:52:16.000Z (about 1 month ago)
- Last Synced: 2025-01-02T17:44:08.402Z (8 days ago)
- Topics: digital-design, fpga, frequency-divider, hardware-description-language, hdl, verilog
- Language: Verilog
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Frequency divider with verilog :
frequency divider circuit that outputs three different clocks with(50 Khz, 100 Khz and 250 Khz).
* Clock 1 : 250 Khz
* Clock 2 : 100 Khz
* Clock 3 : 50 Khzthe verilog code was tested in ModelSim using ModelSim simulator, you can check the simulation by reviewing the [@simulation](https://github.com/0xaB26/FrequencyDivider/blob/main/wave)