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/] [mpsoc_gen.pl] - Diff between revs 22 and 23

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

Rev 22 Rev 23
Line 793... Line 793...
        $row=noc_param_widget ($mpsoc,$label,$param, $default,$type,$content,$info, $state,$table,$row,$show_noc);
        $row=noc_param_widget ($mpsoc,$label,$param, $default,$type,$content,$info, $state,$table,$row,$show_noc);
 
 
        if($router_type eq '"VC_BASED"'){
        if($router_type eq '"VC_BASED"'){
                #VC number per port
                #VC number per port
                my $v=$mpsoc->mpsoc_get_param('V');
                my $v=$mpsoc->mpsoc_get_param('V');
                $mpsoc->mpsoc_add_param('V',2) if($v eq 1);
                if(defined $v){ $mpsoc->mpsoc_add_param('V',2) if($v eq 1);}
                $label='VC number per port';
                $label='VC number per port';
                $param='V';
                $param='V';
                $default='2';
                $default='2';
                $type='Spin-button';
                $type='Spin-button';
                $content='2,16,1';
                $content='2,16,1';

powered by: WebSVN 2.1.0

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