File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
comp/base/mem/dp_uram_xilinx Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 99--
1010-- $Id$
1111--
12- -- TODO:
13- --
12+ -- TODO: This implementation should be refactored and polished:
13+ -- 1. The DEVICE generic set to BEHAVIORAL is not used anywhere in the NDK platform since
14+ -- this is already provided by behavioral architectures like DP_BRAM_BEHAV and can be
15+ -- easily obtained within Vivado's language templates.
16+ -- 2. The simulation should be replaced by CocoTB or UVM verification to properly test this
17+ -- fundamental component.
18+ -- 3. A byte-enable feature should be connected and made available on the WEA and WEB
19+ -- ports since URAM macro xpm_memory_tdpram does support this by setting BYTE_WRITE_WIDTH_A
20+ -- and BYTE_WRITE_WIDTH_B to 8.
1421--
1522library IEEE;
1623use IEEE.std_logic_1164.all ;
You can’t perform that action at this time.
0 commit comments