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/ds_dma64/pcie_src/components/rtl
    from Rev 2 to Rev 47
    Reverse comparison

Rev 2 → Rev 47

/core64_pb_transaction.vhd
5,7 → 5,7
-- Company : Instrumental Systems
-- E-mail : dsmv@insys.ru
--
-- Version : 1.1
-- Version : 1.2
--
-------------------------------------------------------------------------------
--
18,6 → 18,11
--
-------------------------------------------------------------------------------
--
-- Version 1.2 14.12.2011
 
--
---------------------------------------------------------------------------------
--
-- Version 1.1 28.09.2011 Dmitry Smekhov
 
--
46,7 → 51,8
 
 
 
 
 
 
);
82,7 → 88,8
 
 
 
 
 
 
);
136,7 → 143,8
rd_start <= cnt_start and not cnt(9);
 
xrdz: srl16 port map( q=>rd_start_z, clk=>clk, d=>rd_start, a3=>'0', a2=>'1', a1=>'0', a0=>'1' );
--xrdz: srl16 port map( q=>rd_start_z, clk=>clk, d=>rd_start, a3=>'0', a2=>'1', a1=>'0', a0=>'1' );
xrdz: srl16 port map( q=>rd_start_z, clk=>clk, d=>rd_start, a3=>lc_rd_cfg(3), a2=>lc_rd_cfg(2), a1=>lc_rd_cfg(1), a0=>lc_rd_cfg(0) );
 
pb_slave.stb0 <= pb_master.stb0 after 1 ns when rising_edge( clk );
pb_slave.stb1 <= rd_start_z after 1 ns when rising_edge( clk );

powered by: WebSVN 2.1.0

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