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

Subversion Repositories jart

[/] [jart/] [branches/] [ver0branch/] [sqrt.vhd] - Diff between revs 73 and 81

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

Rev 73 Rev 81
Line 1... Line 1...
-- Author : Julian Andres Guarin Reyes.
-- Authors :  
 
-- ***************************************************************************************************
 
--                     Juan Carlos Giraldo Carvajal M.Sc. : came up some morning with this idea.......
 
-- ***************************************************************************************************
 
--
 
--              Julian Andres Guarin Reyes : An easier one : encoded Juan's Idea in this RTL.
 
--
 
--
 
 
 
 
 
 
-- Project : JART, Just Another Ray Tracer.
-- Project : JART, Just Another Ray Tracer.
-- email : jguarin2002 at gmail.com, j.guarin at javeriana.edu.co
-- email : jguarin2002 at gmail.com, j.guarin at javeriana.edu.co
 
 
-- This code was entirely written by Julian Andres Guarin Reyes.
-- This code was entirely written by Julian Andres Guarin Reyes.
-- The following code is licensed under GNU Public License
-- The following code is licensed under GNU Public License
Line 20... Line 30...
 
 
    -- You should have received a copy of the GNU General Public License
    -- You should have received a copy of the GNU General Public License
    -- along with JART (Just Another Ray Tracer).  If not, see <http://www.gnu.org/licenses/>.
    -- along with JART (Just Another Ray Tracer).  If not, see <http://www.gnu.org/licenses/>.
 
 
-- A 1 clock x 4 stage pipe square root.
-- A 1 clock x 4 stage pipe square root.
 
-- The RTL encoding work was done by Julian Andres Guarin Reyes, however the real deal, was Juan Carlos Giraldo Carvajal, who came up with the idea.......
 
 
library ieee;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_arith.all;
use work.powerGrid.all;
use work.powerGrid.all;

powered by: WebSVN 2.1.0

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