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

import sys

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

setup("systemc", "zmq", "unit")
Exemple #2
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

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

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

import sys

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

setup("chisel", "sock", "unit")
Exemple #4
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

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

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

import sys

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

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

import sys

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

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