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

Subversion Repositories jart

[/] [jart/] [branches/] [ver0branch/] [sphereRegisterBlock.vhd] - Diff between revs 65 and 74

Show entire file | Details | Blame | View Log

Rev 65 Rev 74
Line 1... Line 1...
 
 
-- The Spheres Register Bank.
-- The Spheres Register Bank.
 
 
library ieee;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_1164.all;
 
use work.powerGrid.all;
 
 
entity sphereRegisterBlock is
entity sphereRegisterBlock is
        generic (
        generic (
                OPMODE  : integer := OP4;               -- By default push out 4 spheres at same time.
                OPMODE  : integer := OP4;               -- By default push out 4 spheres at same time.
                SZMODE  : integer := SZBETA;    -- By default the max sphere numbers is 2048, but could be .
                SZMODE  : integer := SZBETA             -- By default the max sphere numbers is 2048, but could be .
        );
        );
        port (
        port (
                -- The usual control signals.
                -- The usual control signals.
                clk, ena: in std_logic;
                clk, ena: in std_logic;
 
 

powered by: WebSVN 2.1.0

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