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

Subversion Repositories raytrac

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /raytrac/trunk
    from Rev 55 to Rev 56
    Reverse comparison

Rev 55 → Rev 56

/uf.vhd
371,7 → 371,7
write (buff,string'("}"));
writeline(mbuff,buff);
wait for tclk;
if now>=theend then
if now>theend then
wait;
end if;
end loop displayRom;
423,7 → 423,7
write (buff,string'(" }"));
writeline(fbuff,buff);
wait for tclk;
if now>=theend then
if now>theend then
wait;
end if;
end loop displayRom;
462,7 → 462,7
write (buff,string'(" }"));
writeline(rbuff,buff);
wait for tclk;
if now>=theend then
if now>theend then
wait;
end if;
end loop displayRom;

powered by: WebSVN 2.1.0

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