Example #1
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

sys.path.append("../tests")
from test_params import setup

setup("systemc", "zmq", "unit")
Example #2
0
File: run.py Project: ribbas/SIT
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

sys.path.append("../tests")
from test_params import setup

setup("verilog", "zmq", "unit")
Example #3
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

sys.path.append("../tests")
from test_params import setup

setup("chisel", "sock", "unit")
Example #4
0
File: run.py Project: ribbas/SIT
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

sys.path.append("../tests")
from test_params import setup

setup("verilog", "sock", "unit")
Example #5
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

sys.path.append("../tests")
from test_params import setup

setup("pyrtl", "zmq", "unit")
Example #6
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

sys.path.append("../tests")
from test_params import setup

setup("systemc", "sock", "unit")