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

import sys

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

setup("systemc", "zmq", "unit")
예제 #2
0
파일: run.py 프로젝트: ribbas/SIT
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

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

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

import sys

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

setup("chisel", "sock", "unit")
예제 #4
0
파일: run.py 프로젝트: ribbas/SIT
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

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

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

import sys

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

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

import sys

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

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