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

Subversion Repositories pcie_ds_dma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /pcie_ds_dma/trunk/core
    from Rev 50 to Rev 53
    Reverse comparison

Rev 50 → Rev 53

/ds_dma64/pcie_src/pcie_core64_m1/pcie_fifo_ext/ctrl_ram_cmd.vhd
5,7 → 5,7
-- Company : Instrumental Systems
-- E-mail : dsmv@insys.ru
--
-- Version : 1.4
-- Version : 1.5
--
-------------------------------------------------------------------------------
--
13,6 → 13,11
--
-------------------------------------------------------------------------------
--
-- Version 1.5 07.03.2016
 
--
-------------------------------------------------------------------------------
--
-- Version 1.4 09.04.2012
 
-- ch0_next_block, ch1_next_block
507,8 → 512,8
port_p( 47 downto 9 ) <= (others=>'0');
 
pr_dsp: process( clk ) begin
if( rising_edge( clk ) ) then
pr_dsp: process( aclk ) begin
if( rising_edge( aclk ) ) then
if( cnt_rstp='1' ) then
port_p( 8 downto 0 ) <= (others=>'0' ) after 1 ns;
elsif( carry='1' ) then

powered by: WebSVN 2.1.0

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