aboutsummaryrefslogtreecommitdiffstats
path: root/experiments
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-05-22 11:04:24 +0100
committerYann Herklotz <git@yannherklotz.com>2019-05-22 11:06:15 +0100
commitd14ec7f57e678fdf478d3c138fe74b03cf8f0523 (patch)
treedb6d66f8592434addfdcbadb2850bf4719b1278d /experiments
parenta056ff5ec91f95aab7cb502b20530d935d1774a8 (diff)
downloadverismith-d14ec7f57e678fdf478d3c138fe74b03cf8f0523.tar.gz
verismith-d14ec7f57e678fdf478d3c138fe74b03cf8f0523.zip
Add extra large configuration
Diffstat (limited to 'experiments')
-rw-r--r--experiments/config_extra_large.toml45
1 files changed, 45 insertions, 0 deletions
diff --git a/experiments/config_extra_large.toml b/experiments/config_extra_large.toml
new file mode 100644
index 0000000..03469f7
--- /dev/null
+++ b/experiments/config_extra_large.toml
@@ -0,0 +1,45 @@
+[probability]
+ expr.binary = 5
+ expr.concatenation = 5
+ expr.number = 1
+ expr.rangeselect = 5
+ expr.signed = 5
+ expr.string = 0
+ expr.ternary = 5
+ expr.unary = 5
+ expr.unsigned = 5
+ expr.variable = 5
+ moditem.assign = 2
+ moditem.combinational = 0
+ moditem.instantiation = 0
+ moditem.sequential = 3
+ statement.blocking = 0
+ statement.conditional = 1
+ statement.forloop = 0
+ statement.nonblocking = 2
+
+[property]
+ module.depth = 2
+ module.max = 5
+ size = 20
+ statement.depth = 6
+ sample.method = "hat"
+ sample.size = 10
+
+[[synthesiser]]
+ description = "yosys"
+ name = "yosys"
+ output = "syn_yosys.v"
+ bin = "/home/ymh15/.local/bin"
+
+[[synthesiser]]
+ description = "vivado"
+ name = "vivado"
+ output = "syn_vivado.v"
+ bin = "/usr/local/Xilinx/Vivado/2018.2/bin"
+
+[[synthesiser]]
+ description = "xst"
+ name = "xst"
+ output = "syn_xst.v"
+ bin = "/usr/local/Xilinx/ise/ISE/bin/lin64"