aboutsummaryrefslogtreecommitdiff
path: root/fuzzer/src/test/scala/Example.scala
AgeCommit message (Collapse)Author
2020-11-17Fix Type Error fuzzer Example code (#1960)JADE KIM
Seq[(Int, DoPrimGen)] to Map[ExprGen[_ <: Expression], Int]
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-07-16Add Expression Fuzzer (#1741)Albert Chen
Includes: * Random generator of FIRRTL Expressions (UInt and SInt types) * JQF SBT plugin and CLI * Documentation in README.md Co-authored-by: Jack Koenig <koenig@sifive.com>