hclk-ioi: reduce probability of using lut output as BUFR clock

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2019-10-30 18:02:25 +01:00
parent 2fb40d0232
commit 1ad84b2b44
1 changed files with 1 additions and 1 deletions

View File

@ -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(