verific -sv < data <= X"12"; when "001" => data <= X"AB"; when "010" => data <= X"42"; when "011" => data <= X"23"; when "100" => data <= X"66"; when "101" => data <= X"C0"; when "110" => data <= X"3F"; when others => data <= X"95"; end case; end if; end process p_rom; end architecture rtl; EOF hierarchy -top rom proc opt opt -full memory -nomap dump memory_libmap -lib ../memlib/memlib_block_sdp.txt memory_map stat select -assert-count 1 t:RAM_BLOCK_SDP