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
    from Rev 28 to Rev 29
    Reverse comparison

Rev 28 → Rev 29

/mpsoc/perl_gui/ProNoC.pl
24,7 → 24,7
 
 
 
our $VERSION = '1.5.0';
our $VERSION = '1.5.1';
 
sub main{
 
/mpsoc/perl_gui/doc/ProNoC_system_installation.pdf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/mpsoc/perl_gui/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
/mpsoc/src_processor/aeMB/sw/Makefile
1,4 → 1,4
all:
cd compile; sh gccrom ../main.c;
cd compile; cp ram.mif ../ram${CORE_ID}.mif; cp ram.bin ../ram${CORE_ID}.bin;
cd compile; cp ram.mif ../ram0.mif; cp ram.bin ../ram0.bin;
/mpsoc/src_processor/program.sh
1,9 → 1,5
#!/bin/sh
 
OFSSET="0x00000000"
BOUNDRY="0x00003fff"
BINFILE="ram0.bin"
VJTAG_INDEX="0"
 
JTAG_MAIN="$PRONOC_WORK/toolchain/bin/jtag_main"
 
25,7 → 21,7
 
 
#programe the memory
$JTAG_MAIN -n $VJTAG_INDEX -s $OFSSET -e $BOUNDRY -i $BINFILE -c
sh ./write_memory.sh
#Enable the cpu
$JTAG_MAIN -n 127 -d "I:1,D:2:0,I:0"

powered by: WebSVN 2.1.0

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