OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [perl_gui/] [lib/] [perl/] [interface_gen.pl] - Diff between revs 34 and 38

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 34 Rev 38
Line 327... Line 327...
 
 
        my $entry=gen_entry_object($intfc_gen,'name',undef,undef,"refresh",50);
        my $entry=gen_entry_object($intfc_gen,'name',undef,undef,"refresh",50);
        my $entrybox=labele_widget_info(" Interface name:",$entry);
        my $entrybox=labele_widget_info(" Interface name:",$entry);
 
 
        my $combo=gen_combobox_object($intfc_gen,'connection_num',undef,"single connection,multi connection","single connection",'refresh',1);
        my $combo=gen_combobox_object($intfc_gen,'connection_num',undef,"single connection,multi connection","single connection",'refresh',1);
        my $combo_box=labele_widget_info(" Select soket type:",$combo,'Define the soket as multi connection if only all interfaces ports all output and they can feed more than one plug connection');
        my $combo_box=labele_widget_info(" Select soket type:",$combo,'Define the soket as multi connection if only if all interfaces ports are output oprts and they can feed more than one plug interface. E.g. clk is defined as multi connection');
 
 
        $table->attach ($entrybox, 0, 2 , $row, $row+1,'expand','shrink',2,2);
        $table->attach ($entrybox, 0, 2 , $row, $row+1,'expand','shrink',2,2);
        $table->attach ($combo_box, 3, 6 , $row, $row+1,'expand','shrink',2,2);
        $table->attach ($combo_box, 3, 6 , $row, $row+1,'expand','shrink',2,2);
 
 
}
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.