https://github.com/joaoeudes7/cachetsimulator
:computer: Cache Simulator in Typescript (CLI)
https://github.com/joaoeudes7/cachetsimulator
assembly cache-simulator cli mips risc-v tlb-simulator typescript
Last synced: 3 months ago
JSON representation
:computer: Cache Simulator in Typescript (CLI)
- Host: GitHub
- URL: https://github.com/joaoeudes7/cachetsimulator
- Owner: joaoeudes7
- Created: 2018-11-23T18:15:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:00:49.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:45:52.074Z (about 1 year ago)
- Topics: assembly, cache-simulator, cli, mips, risc-v, tlb-simulator, typescript
- Language: TypeScript
- Homepage:
- Size: 369 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CacheTSimulator CLI version



### Cache Simulator in Typescript

## Requeriments
- Nodejs Installed
- Npm or Yarn (packages manager) installed# Usage
### Install Dependencies
```shell
$ npm install
$ yarn install
```### Build
```shell
$ npm run build
$ yarn build
```### Start (Run in Javascript)
```shell
$ npm run start
$ yarn build
```### Or Run Project in Typescript (no Build)
```shell
$ npm run serve
$ yarn build
```