From 1ad84b2b4463da65ec0ad2cdb261ed5328f9450e Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 30 Oct 2019 18:02:25 +0100 Subject: [PATCH] hclk-ioi: reduce probability of using lut output as BUFR clock Signed-off-by: Alessandro Comodi --- fuzzers/047-hclk-ioi-pips/top.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/047-hclk-ioi-pips/top.py b/fuzzers/047-hclk-ioi-pips/top.py index 9eb6d92b..528f90c3 100644 --- a/fuzzers/047-hclk-ioi-pips/top.py +++ b/fuzzers/047-hclk-ioi-pips/top.py @@ -417,7 +417,7 @@ module top(); # BUFRs for _, site in gen_sites('BUFR'): if random.random() < 0.5: - if random.random() < 0.7: + if random.random() < 0.5: wire_name = luts.get_next_output_net() else: wire_name = cmt_fast_clock_sources.get_random_source(