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

Subversion Repositories raytrac

[/] [raytrac/] [branches/] [fp/] [arithpack.vhd] - Diff between revs 158 and 159

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

Rev 158 Rev 159
Line 4... Line 4...
use ieee.math_real.all;
use ieee.math_real.all;
 
 
library std;
library std;
use std.textio.all;
use std.textio.all;
 
 
 
 
 
 
--! Memory Compiler Library
--! Memory Compiler Library
 
library altera_mf;
 
use altera_mf.all;
library lpm;
library lpm;
use lpm.all;
use lpm.all;
 
 
 
 
 
 
Line 140... Line 144...
        --! LPM Memory Compiler.
        --! LPM Memory Compiler.
        component scfifo
        component scfifo
        generic (
        generic (
                add_ram_output_register :string;
                add_ram_output_register :string;
                almost_full_value               :natural;
                almost_full_value               :natural;
                allow_wrcycle_when_full :string;
                allow_rwcycle_when_full :string;
                intended_device_family  :string;
                intended_device_family  :string;
                lpm_hint                                :string;
                lpm_hint                                :string;
                lpm_numwords                    :natural;
                lpm_numwords                    :natural;
                lpm_showahead                   :string;
                lpm_showahead                   :string;
                lpm_type                                :string;
                lpm_type                                :string;

powered by: WebSVN 2.1.0

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