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

Subversion Repositories raytrac

[/] [raytrac/] [trunk/] [uf.vhd] - Diff between revs 55 and 56

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

Rev 55 Rev 56
Line 369... Line 369...
                        write (buff,string'("}{"));
                        write (buff,string'("}{"));
                        hexwrite_0 (buff,stage1p5(31 downto 0));
                        hexwrite_0 (buff,stage1p5(31 downto 0));
                        write (buff,string'("}"));
                        write (buff,string'("}"));
                        writeline(mbuff,buff);
                        writeline(mbuff,buff);
                        wait for tclk;
                        wait for tclk;
                        if now>=theend then
                        if now>theend then
                                wait;
                                wait;
                        end if;
                        end if;
                end loop displayRom;
                end loop displayRom;
                end process tbproc0;
                end process tbproc0;
                tbproc1:
                tbproc1:
Line 421... Line 421...
                                write (buff,string'(","));
                                write (buff,string'(","));
                                hexwrite_0 (buff,m5f1(17 downto 0));
                                hexwrite_0 (buff,m5f1(17 downto 0));
                                write (buff,string'(" }"));
                                write (buff,string'(" }"));
                                writeline(fbuff,buff);
                                writeline(fbuff,buff);
                                wait for tclk;
                                wait for tclk;
                                if now>=theend then
                                if now>theend then
                                        wait;
                                        wait;
                                end if;
                                end if;
                        end loop displayRom;
                        end loop displayRom;
                end process tbproc1;
                end process tbproc1;
 
 
Line 460... Line 460...
                                write (buff,string'("}{"));
                                write (buff,string'("}{"));
                                hexwrite_0 (buff,stage2a4(31 downto 0));
                                hexwrite_0 (buff,stage2a4(31 downto 0));
                                write (buff,string'(" }"));
                                write (buff,string'(" }"));
                                writeline(rbuff,buff);
                                writeline(rbuff,buff);
                                wait for tclk;
                                wait for tclk;
                                if now>=theend then
                                if now>theend then
                                        wait;
                                        wait;
                                 end if;
                                 end if;
                        end loop displayRom;
                        end loop displayRom;
                end process tbproc2;
                end process tbproc2;
 
 

powered by: WebSVN 2.1.0

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