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

Subversion Repositories jart

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

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

Rev 81 Rev 82
Line 1... Line 1...
-- Authors :  
-- Author:  
-- ***************************************************************************************************
-- ***************************************************************************************************
--                     Juan Carlos Giraldo Carvajal M.Sc. : came up some morning with this idea.......
--                     Juan Carlos Giraldo Carvajal M.Sc.
-- ***************************************************************************************************
-- ***************************************************************************************************
--
--
--              Julian Andres Guarin Reyes : An easier one : encoded Juan's Idea in this RTL.
--              
--
--
--
--
 
 
 
 
 
 
Line 30... 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.