From 71a0f31b2395dd1a119effced8dbd523504895a0 Mon Sep 17 00:00:00 2001 From: Dmitry Ryabikov Date: Sat, 18 Jan 2025 01:57:31 +0300 Subject: [PATCH] Update README.md --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dd88be8..0a1d1c0 100644 --- a/README.md +++ b/README.md @@ -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): @@ -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 ```