Skip to content

Commit 71a0f31

Browse files
authored
Update README.md
1 parent f232ab0 commit 71a0f31

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ pip install pytest
3939
winget install GnuWin32.make
4040
```
4141

42-
## Create config.mem file
43-
```bash
44-
cd src
45-
py config_parser.py .\Si5340-RevD-Si5340-Registers.txt
46-
```
47-
4842
## Simulation
4943

5044
#### Using cocotb (with 64 bit Python use 64 bit Modelsim):
@@ -56,15 +50,8 @@ py -m pytest test.py
5650
deactivate
5751
```
5852

59-
### Using macrofile:
60-
```bash
61-
cd .\src\tb\
62-
vsim
63-
do wave.do
64-
```
65-
66-
### Using Verilator:
53+
### Using make:
6754
```bash
68-
cd src
55+
cd .\src
6956
make
7057
```

0 commit comments

Comments
 (0)