aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arch/xilinx/attributes_test.ys
Commit message (Collapse)AuthorAgeFilesLines
* xilinx: Fix attributes_test.ysMarcelina Kościelnicka2020-10-241-4/+2
| | | | | | | | | | 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.
* Make test without iopadsMiodrag Milanovic2019-12-281-6/+6
|
* Fixing compiler warning/issues. Moving test script to the correct placeDiego H2019-12-161-0/+47