From 281c3a8e677e43d9e37fed238d6b312295280e0c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 1 Aug 2019 16:25:14 +0200 Subject: Fix wording of readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1332cc..ced1424 100644 --- a/README.md +++ b/README.md @@ -151,9 +151,10 @@ optimisations that are performed, or in the version of the synthesiser. ## Acknowledgement Clifford Wolf's [VlogHammer](http://www.clifford.at/yosys/vloghammer.html) is an -existing Verilog fuzzer that generates random Verilog expressions. It was the -inspiration for the general structure of this fuzzer, which extends the fuzzing -to the behavioural parts of Verilog. +existing Verilog fuzzer that generates random Verilog to test how expressions +are handled in synthesis tools and simulators. It was the inspiration for the +general structure of this fuzzer, which extends the fuzzing to the behavioural +parts of Verilog. Tom Hawkins' Verilog parser was used to write the lexer, the parser was then rewritten using [Parsec](https://hackage.haskell.org/package/parsec). -- cgit