update README
This commit is contained in:
@@ -10,7 +10,7 @@ There are 3 format types :
|
|||||||
- "int" : 32 bits integers are written. Exemple : `10878976`
|
- "int" : 32 bits integers are written. Exemple : `10878976`
|
||||||
- "binint" : bits are written. Exemple : `00000000 10100110 00000000 00000000`
|
- "binint" : bits are written. Exemple : `00000000 10100110 00000000 00000000`
|
||||||
- "bin" : the file is written in pure binary
|
- "bin" : the file is written in pure binary
|
||||||
- "logisim" (default) : the file is written in binary for use in LogiSim
|
- "logisim" (default) : the file is written in hexa for use in LogiSim
|
||||||
|
|
||||||
## Exemple
|
## Exemple
|
||||||
|
|
||||||
@@ -93,3 +93,7 @@ You can also add the binary to your path using
|
|||||||
```bash
|
```bash
|
||||||
xmake install
|
xmake install
|
||||||
```
|
```
|
||||||
|
or copy the binary in the `bin` folder after
|
||||||
|
```
|
||||||
|
xmake install -o .
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user