# CacheCoherentSimulator **Repository Path**: Xu-pixel/cache-coherent-simulator ## Basic Information - **Project Name**: CacheCoherentSimulator - **Description**: 命令行交互式多核缓存一致性模拟器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-12 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CacheCoherentSimulator ## 简介 这是一个模拟多核缓存一致性(MSI协议)的模拟器,以交互式终端呈现。 ## 调试 安装Node环境,运行以下指令 ```shell node --version npm --version npm install npm start //或者 node src/main.js ``` ## 使用 输入.help查看指令 ## 打包 win平台下 ```shell npm install -g pkg npm run pkg ``` 或者 ```shell pkg src/main.js ``` 打包三个平台 详见[pkg - npm (npmjs.com)](https://www.npmjs.com/package/pkg) ## 运行 win下,点击main.exe文件或者终端输入`./main.exe` ![image-20211205094027820](README/image-20211205094027820.png)