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

Subversion Repositories raytrac

[/] [raytrac/] [branches/] [fp/] [rt_tb.vhd] - Diff between revs 160 and 161

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 160 Rev 161
Line 132... Line 132...
        disp: process
        disp: process
                --! if a csv output file is NOT specefied then defaultoutput.csv is the name took as the default output file name, otherwise tb_compiler will change the following line to the proper user selected name. 
                --! if a csv output file is NOT specefied then defaultoutput.csv is the name took as the default output file name, otherwise tb_compiler will change the following line to the proper user selected name. 
                file f : text open write_mode is "default_output.csv";
                file f : text open write_mode is "default_output.csv";
                variable l : line;
                variable l : line;
        begin
        begin
                --! tb_compiler: You can write lines as many as you want. tb_compiler will set lines after the lines you wrote.........
 
                write(l,string'("#RAYTRAC TESTBENCH OUTPUT FILE"));
 
                writeline(f,l);
 
                write(l,string'("#This file is automatically generated by tb_compiler script, by Julian Andres Guarin Reyes"));
 
                writeline(f,l);
 
                wait for 5 ns;
                wait for 5 ns;
                --wait until srst=not(rstMasterValue);
                --wait until srst=not(rstMasterValue);
                wait until sclk='1';
                wait until sclk='1';
                wait for tclk_2+tclk_4;
                wait for tclk_2+tclk_4;
 
 

powered by: WebSVN 2.1.0

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