Project

General

Profile

« Previous | Next » 

Revision 106

Added by markw about 11 years ago

Added option for OSB internally

View differences:

create_rom.pl
#Based on file size
my $filesize = -s $filename;
#print STDERR "$filename is $filesize\n";
my $addr_max = ceil((log($filesize/$length)/log(2)))-1;
if (defined $fixedsize)
{

Also available in: Unified diff