Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $VAR1 = 'ux_prim_clk';
    $VAR2 = 'ux_side_clk';
    $VAR3 = 'ux_xtal_frm_refclk';
    
  2. or download this
    use warnings;
    use strict;
    ...
    my @clk_new = map{my $line =join ("_", @$_); $line}@clk_output;
    
    print Dumper \@clk_new;