Revision 182
Added by markw about 11 years ago
| mcctv/atari800core.qsf | ||
|---|---|---|
| 
     set_global_assignment -name ORIGINAL_QUARTUS_VERSION 9.0
 
   | 
||
| 
     set_global_assignment -name PROJECT_CREATION_TIME_DATE "20:12:08  DECEMBER 25, 2009"
 
   | 
||
| 
     set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1"
 
   | 
||
| 
     set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
 
   | 
||
| 
     set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
 
   | 
||
| 
     set_global_assignment -name CYCLONEII_OPTIMIZATION_TECHNIQUE SPEED
 
   | 
||
| 
     set_global_assignment -name DEVICE_FILTER_PACKAGE "ANY QFP"
 
   | 
||
| mcctv/build.sh | ||
|---|---|---|
| 
     	my $version2 = `date +%d`;
 
   | 
||
| 
     	chomp $version;
 
   | 
||
| 
     	chomp $version2;
 
   | 
||
| 
     	$version = 0
 
   | 
||
| 
     	$version2 = 6
 
   | 
||
| 
     	my $cmd = "wine ../rbf2arg/rbf2arg.exe $vga A $version.$version2 \"Atari 800XL $variant\" output_files/atari800core.rbf output_files/atari800core_$variant.arg";
 
   | 
||
| 
     	my $cmd = "wine ../rbf2arg/rbf2arg.exe 2 A $version.$version2 \"Atari 800XL $variant\" output_files/atari800core.rbf output_files/atari800core_$variant.arg";
 
   | 
||
| 
     	print "Running $cmd\n";
 
   | 
||
| 
     	`$cmd`;
 
   | 
||
| 
     | 
||
Fix arg building - output dir and platform version code