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

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk/mpsoc/perl_gui
    from Rev 28 to Rev 29
    Reverse comparison

Rev 28 → Rev 29

/ProNoC.pl
24,7 → 24,7
 
 
 
our $VERSION = '1.5.0';
our $VERSION = '1.5.1';
 
sub main{
 
/doc/ProNoC_system_installation.pdf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/lib/perl/mpsoc_gen.pl
1174,7 → 1174,15
#update core id
$soc->object_add_attribute('global_param','CORE_ID',$tile_num);
#update NoC param
#my %nocparam = %{$mpsoc->object_get_attribute('noc_param',undef)};
my $nocparam =$mpsoc->object_get_attribute('noc_param',undef);
$soc->soc_add_instance_param('ni0' ,$nocparam );
#foreach my $p ( sort keys %nocparam ) {
# print "$p = $nocparam{$p} \n";
#}
 
my $sw_path = "$sw_dir/tile$tile_num";
#print "$sw_path\n";
if( grep (/^$soc_name$/,@generated_tiles)){ # This soc is generated before only create the software file
1407,7 → 1415,9
 
#programe the memory
for i in $(ls -d */); do
sh ${i%%/}/write_memory.sh
cd ${i%%/}
sh write_memory.sh
cd ..
done
#Enable the cpu

powered by: WebSVN 2.1.0

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