mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 14:06:54 +02:00
hclk-ioi: reduce probability of using lut output as BUFR clock
Signed-off-by: Alessandro Comodi <[email protected]>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user