Adding simulation.py for common functions between functional and delay tests. Updating functional test.

This commit is contained in:
Michael Timothy Grimes
2018-10-04 09:29:44 -07:00
parent bea6b0b5dc
commit 34d8a19871
9 changed files with 435 additions and 193 deletions
+1
View File
@@ -6,6 +6,7 @@ from .lib import *
from .delay import *
from .setup_hold import *
from .functional import *
from .simulation import *
debug.info(1,"Initializing characterizer...")