Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RDSik authored Jan 17, 2025
1 parent f232ab0 commit 71a0f31
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ pip install pytest
winget install GnuWin32.make
```

## Create config.mem file
```bash
cd src
py config_parser.py .\Si5340-RevD-Si5340-Registers.txt
```

## Simulation

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

### Using macrofile:
```bash
cd .\src\tb\
vsim
do wave.do
```

### Using Verilator:
### Using make:
```bash
cd src
cd .\src
make
```

0 comments on commit 71a0f31

Please sign in to comment.