forked from XS-MLVP/UnityChipForXiangShan
* Add icache compile scripts, waylookup enviroment and revise dir_map.f * Revise icache top compile script and dir_map.f for normal compiling * Revise icache ctrlunit script and add ctrlunit test enviroment * Delete unused script * Add internal signal yaml and revise its responding code in compile script and iprefetchpipe test environment * Revise internal signals yaml and its corresponding content in script * Add mainpipe test environment * Revise internal signals yaml and its corresponding content in script * Add missunit test environment * Add task.get_name * Revise internal signals yaml and its corresponding content in script * Revise dir_map for right mapping * Add icache top test environment * Add icache docs and its pics * Add icache pic and interfaces * Add icache _index.md * Add icache pics * Add icache submodule docs * delete copy pic |
||
|---|---|---|
| .. | ||
| assets/scss | ||
| content | ||
| layouts | ||
| static | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.en.md | ||
| README.zh.md | ||
| config.yaml | ||
| docker-compose.yaml | ||
| docsy.work | ||
| docsy.work.sum | ||
| go.mod | ||
| go.sum | ||
| hugo.toml | ||
| netlify.toml | ||
| package.json | ||
README.en.md
Documentation Deployment Instructions
English | 中文
Build
Basic Environment Setup
-
Install Node.js (version 10.15.3 or above)
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - sudo apt-get install -y nodejs -
Install Hugo (version 0.124.1 or above)
sudo pip3 install hugo -
Install Golang (version 1.18.0 or above)
sudo add-apt-repository ppa:longsleep/golang-backports sudo apt update sudo apt install golang-go -
Install Dependencies
npm install -D autoprefixer npm install -D postcss-cli npm install -D postcss