Skip to content
Snippets Groups Projects
Commit 07e454c2 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

processed review comments

parent 495eeff0
No related branches found
No related tags found
1 merge request!351added icrc checksum implementation from SKA and added testbench for rdma
Pipeline #57136 passed
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- Title : Wrapper for a simple dual port RAM --
-- Project : CSP -- Copyright 2023
------------------------------------------------------------------------------- -- ASTRON (Netherlands Institute for Radio Astronomy) <http://www.astron.nl/>
-- File : sdp_ram_ent.vhd -- P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
-- Author : William Kamp <william.kamp@aut.ac.nz> --
-- Company : -- Licensed under the Apache License, Version 2.0 (the "License");
-- Created : 2015-10-01 -- you may not use this file except in compliance with the License.
-- Last update: 2015-10-08 -- You may obtain a copy of the License at
-- Platform : --
-- Standard : VHDL'93/02 -- http://www.apache.org/licenses/LICENSE-2.0
------------------------------------------------------------------------------- --
-- Description: Entity declaration for a Simple Dual Port RAM. -- Unless required by applicable law or agreed to in writing, software
-- Needs to be attached to an appropriate architecture that implements it for a -- distributed under the License is distributed on an "AS IS" BASIS,
-- particular family of chips. -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
------------------------------------------------------------------------------- -- See the License for the specific language governing permissions and
-- Copyright (c) 2015 -- limitations under the License.
------------------------------------------------------------------------------- --
-- Revisions :
-- Date Version Author Description
-- 2015-10-06 1.0 wkamp Created
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- Author: R. van der Walle
-- Purpose: Wrapper for a simple dual port RAM
library ieee; library ieee;
use ieee.std_logic_1164.all; use ieee.std_logic_1164.all;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment