xilinx: Fix attributes_test.ys
authorMarcelina Kościelnicka <mwk@0x04.net>
Fri, 23 Oct 2020 17:04:00 +0000 (19:04 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Sat, 24 Oct 2020 21:52:37 +0000 (23:52 +0200)
commitd3b6b7fe981c13f50b61d76603ba8c6686188966
treefd9879a85c06944522316958383d12bb768b32a7
parent623526d17d36fe85ac1b34ddd1026be34c826b9e
xilinx: Fix attributes_test.ys

This test pretty much passes by accident — the `prep` command runs
memory_collect without memory_dff first, which prevents merging read
register into the memory, and thus blocks block RAM inference for a
reason completely unrelated to the attribute.

The attribute setting didn't actually work because it was set on the
containing module instead of the actual memory.
tests/arch/xilinx/attributes_test.ys