aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-02-28 08:22:48 -0800
committerYann Herklotz <git@yannherklotz.com>2020-02-28 08:22:48 -0800
commite7e415812e4c805be165a7560099c773e7ac1d03 (patch)
tree4df2962f31e4d4d7ec8aedce38ea980a758bde78
parentd7708140387aaa89b56d7436aada725d80c6d926 (diff)
downloadverismith-e7e415812e4c805be165a7560099c773e7ac1d03.tar.gz
verismith-e7e415812e4c805be165a7560099c773e7ac1d03.zip
Update adding info for commercial license
-rw-r--r--LICENSE4
-rw-r--r--README.md6
2 files changed, 9 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index be47c3b..d8331bd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,10 @@
Verismith can be used under two licenses, either the GPLv3 license or a
commercial license from Imperial College London.
+For commercial use you need a Software Usage Agreement from Imperial
+College London. Otherwise the software is released under the GPLv3
+license shown below.
+
------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE
diff --git a/README.md b/README.md
index bc270d0..398a7d6 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The fuzzer generates combinational and behavioural Verilog to test the various t
## Reported bugs
-9 bugs have been reported and confirmed to be bugs by the vendors, out of which 4 have been fixed. 1 bug has also been found in the Icarus Verilog simulator as a side effect of using it to verify equivalence check results.
+11 bugs have been reported and confirmed to be bugs by the vendors, out of which 4 have been fixed. 1 bug has also been found in the Icarus Verilog simulator as a side effect of using it to verify equivalence check results.
### Yosys
@@ -204,6 +204,10 @@ If you use Verismith in your research, please cite our [FPGA '20 paper](https://
}
```
+## License
+
+Verismith is not free software. This non-commercial release can only be used for evaluation, research, educational and personal purposes. A commercial version of Verismith, without this restriction and with professional support, can be purchased from Imperial College London. See the file [LICENSE](/LICENSE) for more information.
+
## 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.