KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
OSCPU
★ 16
Open GitHub ↗
我的一生一芯项目
Download README (.md)
Explore Similar Repositories
json-logic-cpp
:
Build complex rules, serialize them as JSON, and execute them in C++
time-series-OOD
:
Official Code for the ICCPS 2023 conference paper (nominated for best paper award) and ICML 2022 PODS workshop paper.
Easy-Fetch-UWP
:
Formally "Phone Helper": A simple tool to help WP users in downloading various things
Flutter-TDD-Clean-Architecture-SOLID-e-Design-Patterns
:
Udemy Course - Rodrigo Manguinho
srs-webrtc265
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
OSCPU
?
Download (.md)
# MYCPU This is my cpu in the project of ysyx! ## pull code ``` git clone https://github.com/yuhanzhu612/OSCPU.git ``` ## cpu designed by verilog 1. The code is in [this](https://github.com/yuhanzhu612/OSCPU/tree/main/projects/cpu_axi_diff/vsrc) directory 2. AXI birst transfer 4. 4KB Icache 5. 4KB Dcache To run the tests read the [README_YSYX.md](https://github.com/yuhanzhu612/OSCPU/blob/main/README_YSYX.md) ## cpu designed by chisel 1. The code is in [this](https://github.com/yuhanzhu612/OSCPU/tree/main/projects/chisel_cpu_diff/src/main) directory 2. AXI birst transfer 4. 4KB Icache 5. 4KB Dcache To run the tests read the [README_YSYX.md](https://github.com/yuhanzhu612/OSCPU/blob/main/README_YSYX.md)