manta/doc/roadmap.md

25 lines
1011 B
Markdown
Raw Normal View History

2023-07-20 04:27:12 +02:00
# Roadmap
## Prior to v1.0.0 release:
_targeting August 2023_
2023-07-24 18:03:46 +02:00
2023-08-16 08:07:59 +02:00
- ~~Clean up UART testbenches, make them actually test things~~
2023-07-20 04:27:12 +02:00
- Pull text from thesis into documentation site
2023-08-16 08:07:59 +02:00
- Add API reference to documentation site
2023-07-20 04:27:12 +02:00
- Port logic analyzer examples to the icestick
2023-08-16 08:07:59 +02:00
- This requires refactoring the block memory core to use unpacked arrays, since Yosys doesn't support packed arrays.
- Add method for dumping logic analyzer data to Python
- Add clock domain crossing to IO core
- Verify that >16 bit probes work on IO core
- Add clock domain crossing to Logic Analyzer Core
- Verify that capture modes work on the Logic Analyzer Core
- Verify that external triggers work on the Logic Analyzer Core
- Add global AND/OR to Logic Analyzer Core
- Make super super sure everything works (need hardware for that)
2023-07-20 04:27:12 +02:00
## Prior to v1.1.0 release:
- Fix Ethernet packet format
- Switch from Scapy to Python sockets library
## Prior to v1.2.0 release:
- [FuseSoC](https://github.com/fusesoc/fusesoc.github.io) Integration