aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-11-26 16:15:34 +0000
committerYann Herklotz <git@yannherklotz.com>2019-11-26 16:15:34 +0000
commit4d962a7ef19248018fa6c8567d30df2fb3b7c56b (patch)
tree0264e9397d94b6c101ce83565a4f5811d7cb5f69 /README.md
parentf1eb7fb553ad5bc3b2be3b0f648479764bb96762 (diff)
downloadverismith-4d962a7ef19248018fa6c8567d30df2fb3b7c56b.tar.gz
verismith-4d962a7ef19248018fa6c8567d30df2fb3b7c56b.zip
Move to resourcesv0.5.0.1fpga20
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.md b/README.md
index 81c95ca..5726414 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,6 @@
# Verismith [![Build Status](https://travis-ci.com/ymherklotz/verismith.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)](https://travis-ci.com/ymherklotz/verismith)
-Verilog Fuzzer to test the major verilog compilers by generating random, valid and deterministic Verilog. The following resources provide more details about the in depth implementation of Verismith:
-
-- [Verismith FPGA '20 preprint](https://yannherklotz.com/docs/verismith/verismith_paper.pdf)
-- [Verismith thesis](https://yannherklotz.com/docs/verismith/verismith_thesis.pdf)
-- [Verismith slides](https://yannherklotz.com/docs/verismith/verismith_slides.pdf): Presented to the Circuits and Systems group at Imperial College on the 01/07/2019.
-- [Verismith poster](https://yannherklotz.com/docs/verismith/verismith_poster.pdf): Presented at the [Microsoft Research PhD Workshop](https://www.microsoft.com/en-us/research/event/phd-workshop-on-next-generation-cloud-infrastructure/) on 25/11/2019.
+Verilog Fuzzer to test the major verilog compilers by generating random, valid and deterministic Verilog.
It currently supports the following synthesis tools:
@@ -167,6 +162,15 @@ variance introduced by outliers: 73% (severely inflated)
```
+## Resources
+
+The following resources provide more details about the in depth implementation of Verismith:
+
+- [Verismith FPGA '20 preprint](https://yannherklotz.com/docs/verismith/verismith_paper.pdf)
+- [Verismith thesis](https://yannherklotz.com/docs/verismith/verismith_thesis.pdf)
+- [Verismith slides](https://yannherklotz.com/docs/verismith/verismith_slides.pdf): Presented to the Circuits and Systems group at Imperial College on the 01/07/2019.
+- [Verismith poster](https://yannherklotz.com/docs/verismith/verismith_poster.pdf): Presented at the [Microsoft Research PhD Workshop](https://www.microsoft.com/en-us/research/event/phd-workshop-on-next-generation-cloud-infrastructure/) on 25/11/2019.
+
## Acknowledgement
Clifford Wolf's [VlogHammer](http://www.clifford.at/yosys/vloghammer.html) is an existing Verilog fuzzer that generates random Verilog to test how expressions are handled in synthesis tools and simulators. It was the inspiration for thegeneral structure of this fuzzer, which extends the fuzzing to the behavioural parts of Verilog.