1
0
forked from tanchou/Verilog
Commit Graph

5 Commits

Author SHA1 Message Date
Gamenight77
cb8b3c0c47 Readme 2025-04-22 14:34:54 +02:00
Gamenight77
574ace75ef Readme 2025-04-22 14:32:34 +02:00
Gamenight77
c8f108e01d Add Ultrasonic FPGA module and simulation testbench
- Implemented the ultrasonic_fpga module to handle ultrasonic sensor operations including triggering and measuring distance.
- Added a simulation testbench (ultrasonic_sim) to validate the functionality of the ultrasonic_fpga module.
- The module includes state management for triggering the sensor and measuring the echo duration to calculate distance.
- Simulation includes initialization, triggering the sensor, and checking the output distance.
2025-04-16 13:30:41 +02:00
Gamenight77
66fa5b2650 Add initial design files for 27 MHz clock counter
- Created tangnano20k.cst to define I/O locations for clock, button, and LEDs.
- Implemented top.v module to instantiate the counter with clock and button inputs, and 4-bit count output.
2025-04-15 08:59:40 +02:00
8e7615d669 Initial commit 2025-03-22 09:16:50 +01:00