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

Subversion Repositories mod_sim_exp

[/] [mod_sim_exp/] [trunk/] [rtl/] [vhdl/] [core/] [mod_sim_exp_pkg.vhd] - Diff between revs 30 and 31

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

Rev 30 Rev 31
Line 711... Line 711...
      start    : in std_logic     -- done signal from last stage
      start    : in std_logic     -- done signal from last stage
    );
    );
  end component sys_last_cell_logic;
  end component sys_last_cell_logic;
 
 
  --------------------------------------------------------------------
  --------------------------------------------------------------------
 
  -- sys_first_cell_logic
 
  --------------------------------------------------------------------     
 
  --    logic needed as the first piece in the systolic array pipeline
 
  --    calculates the first my_cout and generates q signal
 
  -- 
 
  component sys_first_cell_logic is
 
    port  (
 
      m0       : in std_logic;    -- lsb from m operand
 
      y0       : in std_logic;    -- lsb from y operand
 
      my_cout  : out std_logic;   -- my_cin for first stage
 
      xi       : in std_logic;    -- xi operand input
 
      xout     : out std_logic;   -- xin for first stage
 
      qout     : out std_logic;   -- qin for first stage
 
      cout     : out std_logic;   -- cin for first stage
 
      a_0      : in std_logic;    -- a_0 from first stage
 
      red_cout : out std_logic    -- red_cin for first stage
 
    );
 
  end component sys_first_cell_logic;
 
 
 
  --------------------------------------------------------------------
  -- sys_pipeline
  -- sys_pipeline
  -------------------------------------------------------------------- 
  -------------------------------------------------------------------- 
  --    the pipelined systolic array for a montgommery multiplier
  --    the pipelined systolic array for a montgommery multiplier
  --    contains a structural description of the pipeline using the systolic stages
  --    contains a structural description of the pipeline using the systolic stages
  -- 
  -- 

powered by: WebSVN 2.1.0

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