Skip to content

Commit 2ab0d05

Browse files
author
dwarning
committed
Correct the Readme
1 parent 72f630f commit 2ab0d05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## About this repository
1212

13-
This project is a fork of the ingenious work of **Pascal Kuthe [website](https://github.com/pascalkuthe/OpenVAF)**.
13+
This project is a fork of the ingenious work of **Pascal Kuthe [github](https://github.com/pascalkuthe/OpenVAF)**.
1414

1515
OpenVAF is a Verilog-A compiler that can compile Verilog-A files for use in circuit simulator.
1616
The major aim of this Project is to provide a high-quality standard compliant compiler for Verilog-A.
@@ -24,12 +24,12 @@ Some highlights of OpenVAF include:
2424
* **fast simulations** surpassing existing solutions by 30%-60%, often matching handwritten models
2525
* IDE aware design
2626

27-
Detailed documentation, examples and precompiled binaries of all release are **available on our [website](https://openvaf.semimod.de)**.
27+
Detailed documentation, examples and precompiled binaries of all release are **available on the [website](https://openvaf.semimod.de)**.
2828

2929
## Projects
3030

3131
The development of OpenVAF and related tools is tightly coupled and therefore happens in a single repository.
32-
This repository currently contains the following useable projects:
32+
The work in this fork is focussed to following project:
3333

3434
### OpenVAF
3535

@@ -99,7 +99,7 @@ Build LLVM and Clang, download [LLVM 16.0.6](https://github.com/llvm/llvm-projec
9999
Unpack the sources. This creates directory `llvm-project-llvmorg-16.0.6`. Create a directory named `build` in parallel.
100100

101101
Start Visual Studio x64 native command prompt.
102-
Run CMake, using nmake as build system (default). Alternativ Ninja build system is possible by given switch `-G ninja'.
102+
Run CMake, using nmake as build system (default). Alternativ Ninja build system is possible by given switch `-G ninja`.
103103
Replace `c:\llvm` with the path where you want your LLVM and Clang binaries and libraries to be installed.
104104
```
105105
cmake -S llvm-project-llvmorg-16.0.6\llvm -B build -DCMAKE_INSTALL_PREFIX=C:\LLVM -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;ARM;AArch64" -DLLVM_ENABLE_PROJECTS="llvm;clang"
@@ -160,7 +160,7 @@ cargo clippy # check the sourcecode for errors/warnings without building (even f
160160
## Download binaries and usage OpenVAF
161161

162162
You can download binaries for Linux and Windows [here](https://github.com/dwarning/OpenVAF/releases/tag/v1.0).
163-
OpenVAF needs a linker. On Linux at most linke is part of the operating system - on windows you need the MS linker `link.exe`.
163+
OpenVAF needs a linker. On Linux at most linker is part of the operating system - on windows you need the MS linker `link.exe` - see section `Prerequisite under Windows`.
164164

165165
``` shell
166166
openvaf your_verilog-a-model.va

0 commit comments

Comments
 (0)