Improve template path handling. Add synthesis tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from parameterized import parameterized_class
|
||||
|
||||
from ..lib.regblock_testcase import RegblockTestCase
|
||||
from ..lib.sim_testcase import SimTestCase
|
||||
from ..lib.test_params import get_permutations
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ PARAMS = get_permutations({
|
||||
"regwidth" : [8, 16, 32, 64],
|
||||
})
|
||||
@parameterized_class(PARAMS)
|
||||
class TestFanin(RegblockTestCase):
|
||||
class TestFanin(SimTestCase):
|
||||
retime_read_fanin = False
|
||||
n_regs = 20
|
||||
regwidth = 32
|
||||
|
||||
Reference in New Issue
Block a user