mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-14 10:01:17 +00:00
analogdevices: Extra tests
`mem_gen.py` based on quicklogic tests. Remove BUFG from `lutram.ys`. Extra `sync_ram_sp` models in `arch/common/blockram.v`. Add analogdevices to main makefile tests. Not all the other tests are passing, but that's fine for now.
This commit is contained in:
parent
fc2e468fd9
commit
09b5f610f7
6 changed files with 211 additions and 13 deletions
1
Makefile
1
Makefile
|
|
@ -885,6 +885,7 @@ endif
|
|||
|
||||
# Tests that generate .mk with tests/gen-tests-makefile.sh
|
||||
MK_TEST_DIRS =
|
||||
MK_TEST_DIRS += tests/arch/analogdevices
|
||||
MK_TEST_DIRS += tests/arch/anlogic
|
||||
MK_TEST_DIRS += tests/arch/ecp5
|
||||
MK_TEST_DIRS += tests/arch/efinix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue