https://github.com/linkdd/psim-c
https://github.com/linkdd/psim-c
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/linkdd/psim-c
- Owner: linkdd
- Created: 2022-08-27T20:51:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T20:54:22.000Z (over 3 years ago)
- Last Synced: 2025-02-14T17:57:49.528Z (about 1 year ago)
- Language: C
- Size: 7.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSim C implementation
Build and run:
```
$ mkdir __build__
$ cd __build__
$ cmake .. -DDEBUG=1 -G "MinGW Makefiles"
$ make -j4
$ ./psim.exe
```