OpenCores
URL https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk

Subversion Repositories theia_gpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /theia_gpu/branches
    from Rev 185 to Rev 186
    Reverse comparison

Rev 185 → Rev 186

/icarus_version/testbench/TestBench_verilog.v
238,13 → 238,7
$display("Control Register : %b",rControlRegister[0]);
$display("Resolution : %d X %d",`RESOLUTION_WIDTH, `RESOLUTION_HEIGHT );
log = $fopen("Simulation.log");
$fwrite(log, "Simulation start time : %dns\n",$time);
$fwrite(log, "Width : %d\n",`RESOLUTION_WIDTH);
$fwrite(log, "Height : %d\n",`RESOLUTION_HEIGHT);
//Open output file
out2 = $fopen("Output.ppm");
281,6 → 275,11
TMWE_O = 0;
rHostEnable = 1;
log = $fopen("Simulation.log");
$fwrite(log, "Simulation start time : %dns\n",$time);
$fwrite(log, "Width : %d\n",`RESOLUTION_WIDTH);
$fwrite(log, "Height : %d\n",`RESOLUTION_HEIGHT);
//Start dumping VCD
$display("-I- Starting VCD Dump\n");
// $dumpfile("TestBench_Theia.vcd");
289,4 → 288,4
end
 
endmodule
endmodule
/icarus_version/scripts/run_regressions.pl
54,7 → 54,7
#print Dumper(%TestList);
for my $TestName (keys %TestList)
{
chdir $ScriptPath
my $TestPath = $TestList{$TestName}->{'path'};
/icarus_version/scripts/testlist.pl
7,12 → 7,13
%TestList
=
(
'1_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 4, mem_bank_count => 4, },
'2_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 8, mem_bank_count => 8, },
'3_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 16, mem_bank_count => 16,},
'4_test_6_triangles_texturized_scale17' => {path => "../examples/scenes/example2/", core_count => 4, mem_bank_count => 4, },
'5_test_6_triangles_texturized_scale17' => {path => "../examples/scenes/example2/", core_count => 8, mem_bank_count => 8, },
'6_test_6_triangles_texturized_scale17' => {path => "../examples/scenes/example2/", core_count => 16, mem_bank_count => 16, },
'1_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 2, mem_bank_count => 2, },
'2_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 4, mem_bank_count => 4, },
'3_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 8, mem_bank_count => 8, },
'4_test_2_traingles_texturized_scale17' => {path => "../examples/scenes/example1/", core_count => 16, mem_bank_count => 16,},
'5_test_6_triangles_texturized_scale17' => {path => "../examples/scenes/example2/", core_count => 4, mem_bank_count => 4, },
'6_test_6_triangles_texturized_scale17' => {path => "../examples/scenes/example2/", core_count => 8, mem_bank_count => 8, },
'7_test_6_triangles_texturized_scale17' => {path => "../examples/scenes/example2/", core_count => 16, mem_bank_count => 16, },
 
);

powered by: WebSVN 2.1.0

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