We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f232ab0 commit 71a0f31Copy full SHA for 71a0f31
README.md
@@ -39,12 +39,6 @@ pip install pytest
39
winget install GnuWin32.make
40
```
41
42
-## Create config.mem file
43
-```bash
44
-cd src
45
-py config_parser.py .\Si5340-RevD-Si5340-Registers.txt
46
-```
47
-
48
## Simulation
49
50
#### Using cocotb (with 64 bit Python use 64 bit Modelsim):
@@ -56,15 +50,8 @@ py -m pytest test.py
56
deactivate
57
51
58
52
59
-### Using macrofile:
60
61
-cd .\src\tb\
62
-vsim
63
-do wave.do
64
65
66
-### Using Verilator:
53
+### Using make:
67
54
```bash
68
55
+cd .\src
69
make
70
0 commit comments