summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/rename_scope_runme.py
blob: faea6a84d6077ab9ccd9a43e1fb255ebc7ff0b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from rename_scope import *

a = Natural_UP()
b = Natural_BP()

if a.rtest() != 1:
    raise RuntimeError

if b.rtest() != 1:
    raise RuntimeError

f = equals