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

Subversion Repositories theia_gpu

[/] [theia_gpu/] [branches/] [beta_2.0/] [compiler/] [src/] [vp_compiler/] [Main.cpp] - Diff between revs 216 and 230

Show entire file | Details | Blame | View Log

Rev 216 Rev 230
Line 76... Line 76...
        {
        {
                Compiler = new TheiaCompiler(std::cin);
                Compiler = new TheiaCompiler(std::cin);
        } else {
        } else {
                PP.Execute(inputFile);
                PP.Execute(inputFile);
                Compiler = new TheiaCompiler( std::string(inputFile)+ ".preprocessed",OutputMode32);
                Compiler = new TheiaCompiler( std::string(inputFile)+ ".preprocessed",OutputMode32);
 
                if (!OutputMode32)
 
                        std::cout << "-W- Warning not using 32 bit mode. You need to use 32 bit mode (-hex32) to load memory file into RTL simulation\n";
 
 
 
 
        }
        }
        /*
        /*
                // - means stdin, not a file named '-'
                // - means stdin, not a file named '-'

powered by: WebSVN 2.1.0

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