eFEX firmware  1.7.3
ATLAS l1-calo - electron and tau feature extraction firmware for eFEX boards

Back to eFEX documentation
Generics | Libraries | Ports | Use Clauses
ipbus_dpram_flash Entity Reference

ipbus dpram flash More...

Inheritance diagram for ipbus_dpram_flash:
ipbus_spi32 infrastructure_slaves_cntrl slaves top_efex_control top_efex_processor

Entities

rtl  architecture
 ipbus dpram flash More...
 

Libraries

IEEE 
ipbus_lib 

Use Clauses

STD_LOGIC_1164 
numeric_std 
ipbus 

Generics

ADDR_WIDTH  natural

Ports

clk   in   std_logic
  write clock
rst   in   std_logic
  reset
ipb_in   in   ipb_wbus
  IPBus input bus going from master to slaves.
ipb_out   out   ipb_rbus
  IPBus output bus going from slaves to master.
rclk   in   std_logic
  read clock
we   in   std_logic := ' 0 '
  write enable
d   in   std_logic_vector ( 31 downto 0 ) := ( others = > ' 0 ' )
  data in
q   out   std_logic_vector ( 31 downto 0 )
  data out
addr   in   std_logic_vector ( ADDR_WIDTH- 1 downto 0 )
  address

Detailed Description

ipbus dpram flash

Generic 32b wide dual-port memory with ipbus access on one port Should lead to an inferred block RAM in Xilinx parts with modern tools Added initialisation of RAM

Author
Richard Staley

Definition at line 16 of file ipbus_dpram_flash.vhd.


The documentation for this class was generated from the following file: