代码搜索:DPRAM
找到约 889 项符合「DPRAM」的源代码
代码结果 889
www.eeworm.com/read/174927/9568309
gfl dpram2.gfl
# XST (Creating Lso File) :
dpram2.lso
# xst flow : RunXST
dpram2.syr
dpram2.prj
dpram2.sprj
dpram2.ana
dpram2.stx
dpram2.cmd_log
dpram2.ngc
dpram2.ngr
# Implmentation : Translate
__projn
www.eeworm.com/read/174927/9568312
vhd dpram2.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/174927/9568315
ngd dpram2.ngd
www.eeworm.com/read/174927/9568317
ngm dpram2.ngm
www.eeworm.com/read/174927/9568318
stx dpram2.stx
www.eeworm.com/read/174927/9568319
bit dpram2.bit
www.eeworm.com/read/165473/10061539
v generic_dpram.v
//////////////////////////////////////////////////////////////////////
//// ////
//// Generic Dual-Port Synchronous RAM
www.eeworm.com/read/162983/10254192
vhd reg_dpram.vhd
-- Behavioral description of dual-port SRAM with :
-- Active High write enable (WE)
-- Active High read enable (RE)
-- Rising clock edge (Clock)
library ieee;
use ieee.std_logic_1164.all;
use IE
www.eeworm.com/read/425249/10367372
vhd dpram_w.vhd
-- dpram_w.vhd
-- dpram_w.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity dpram_w is
port(
clk: in std_logic;
rst: in std_logic;