mirror of
https://github.com/Lemonochrme/vhdl_processor.git
synced 2025-06-08 08:50:49 +02:00
Update README.md
This commit is contained in:
parent
6647888220
commit
a14fe32261
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
||||||
# Risc V VHDL 5 Stages Pipeline
|
# Risc V VHDL 5 Stages Pipeline
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
**Key Improvements in Develop Branch:**
|
||||||
|
- Better understanding of VHDL allowed for a more efficient design.
|
||||||
|
- The removal of redundant pipeline stage components streamlined the microprocessor, reducing bottlenecks and increasing operational frequency.
|
||||||
|
|
||||||
|
|
||||||
|
1. **Main Branch:**
|
||||||
|
- Frequency: 68.19 MHz
|
||||||
|
- Design philosophy:
|
||||||
|
- Relied on components for pipeline stages.
|
||||||
|
- These components added complexity and increased the number of logical gates required, leading to slower processing.
|
||||||
|
|
||||||
|
2. **Develop Branch:**
|
||||||
|
- Frequency: 168.55 MHz
|
||||||
|
- Design philosophy:
|
||||||
|
- Simplified architecture by eliminating unnecessary pipeline stage components.
|
||||||
|
- Optimized signal paths and reduced the number of logical gate transitions, leading to higher efficiency and speed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue