URL
https://opencores.org/ocsvn/dmt_tx/dmt_tx/trunk
[/] [dmt_tx/] [trunk/] [myhdl/] [adsl_main.py] - Diff between revs 27 and 28
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 27 |
Rev 28 |
Line 10... |
Line 10... |
########################################################################
|
########################################################################
|
|
|
import unittest
|
import unittest
|
|
|
|
|
import test.test_flipSign, test.test_cmath
|
import test.test_flipSign, test.test_cmath, test.test_const_encoder
|
|
|
mL = [test.test_flipSign]
|
mL = [test.test_flipSign]
|
mL.append(test.test_cmath)
|
mL.append(test.test_cmath)
|
|
mL.append(test.test_const_encoder)
|
|
|
tl = unittest.defaultTestLoader
|
tl = unittest.defaultTestLoader
|
def suite():
|
def suite():
|
alltests = unittest.TestSuite()
|
alltests = unittest.TestSuite()
|
for m in mL:
|
for m in mL:
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.