Improve template path handling. Add synthesis tests

This commit is contained in:
Alex Mykyta
2022-02-23 22:53:54 -08:00
parent e7e941d27b
commit 5324b594bf
32 changed files with 274 additions and 162 deletions

View File

@@ -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