aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arch/anlogic
Commit message (Collapse)AuthorAgeFilesLines
* anlogic: support BRAM mappingIcenowy Zheng2021-12-172-1/+14
| | | | | | | | | | | Anlogic FPGAs all have two kinds of BRAMs, one is 9bit*1K when being true dual port (or 18bit*512 when simple dual port), the other is 16bit*2K. Supports mapping of these two kinds of BRAMs. 9Kbit BRAM in SDP mode and 32Kbit BRAM with 8bit width are not support yet. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
* memory_bram: Reuse extract_rdff helper for make_outreg.Marcelina Kościelnicka2021-05-251-5/+4
| | | | | Also properly skip read ports with init value or reset when not making use of make_outreg. Proper support for matching those will land later.
* tests: Centralize test collection and Makefile generationXiretza2020-09-211-19/+3
|
* Replace opt_rmdff with opt_dff.Marcelina Kościelnicka2020-08-071-2/+1
|
* anlogic: Use dfflegalize.Marcelina Kościelnicka2020-07-141-12/+14
|
* Simplify breaking tests/arch/*/fsm.ys testsEddie Hung2020-03-201-4/+1
|
* Call equiv_opt with -multiclock and -assertEddie Hung2019-12-311-1/+1
|
* Rename memory tests to lutram, add more xilinx testsEddie Hung2019-12-121-3/+3
|
* Fixed testsMiodrag Milanovic2019-11-111-4/+7
|
* Common memory test now sharedMiodrag Milanovic2019-10-182-22/+1
|
* Share common testsMiodrag Milanovic2019-10-1817-221/+19
|
* Fix path to yosysMiodrag Milanovic2019-10-181-1/+1
|
* Moved all tests in arch sub directoryMiodrag Milanovic2019-10-1820-0/+429