mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
test/test_examples: add nexys4ddr
This commit is contained in:
parent
69afaf5a19
commit
201a0e2fb4
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ class TestExamples(unittest.TestCase):
|
|||
errors = build_config("arty")
|
||||
self.assertEqual(errors, 0)
|
||||
|
||||
def test_nexys4ddr(self):
|
||||
errors = build_config("nexys4ddr")
|
||||
self.assertEqual(errors, 0)
|
||||
|
||||
def test_genesys2(self):
|
||||
errors = build_config("genesys2")
|
||||
self.assertEqual(errors, 0)
|
||||
|
|
Loading…
Reference in a new issue