You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Python 3.11/3.12 support in tox.ini and pyproject.toml
- Update dependencies with security pins and modern versions
- Implement SEO-optimized README with interactive badges
- Add ReadTheDocs integration and copyright footer
- Migrate to uv installer for faster CI/CD
- Remove EOL Python 3.7/3.8 support
- Enhance Ruff rules and linting configs
**A comprehensive framework for validating high-speed SerDes protocols with automated data collection, advanced signal analysis, and multi-vendor instrument control.**
This project provides a comprehensive framework for validating high-speed SerDes protocols. It includes tools for data collection, data analysis, instrument control, and running test sequences.
18
+
</div>
11
19
12
20
## Features
13
21
@@ -19,9 +27,9 @@ This project provides a comprehensive framework for validating high-speed SerDes
19
27
## Installation
20
28
21
29
### Prerequisites
22
-
23
-
- Python 3.10 or higher
30
+
- Python 3.9+ (recommended 3.10)
24
31
- Git
32
+
- VISA Library (for instrument control)
25
33
26
34
### Steps
27
35
@@ -120,10 +128,6 @@ We welcome contributions from the community. Please read our [contributing guide
120
128
tox
121
129
```
122
130
123
-
## License
124
-
125
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
For any questions, issues, or contributions, please open an issue on the [GitHub repository](https://github.com/muditbhargava66/serdes-validation-framework/issues).
203
-
204
-
---
205
-
206
-
Enjoy using the SerDes Validation Framework! Contributions and feedback are always welcome.
207
-
208
-
---
205
+
For any questions, issues, or contributions, please open an issue on the [GitHub repository](https://github.com/muditbhargava66/serdes-validation-framework/issues). Contributions and feedback are always welcome.
206
+
207
+
## 📄 License
208
+
Distributed under the MIT License. See `LICENSE`for more information.
0 commit comments