aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/data/test.py
blob: 18390c0d3658cd762897791815dcfcc583afde13 (plain)
1
2
for i in range(1, 10):
    print i
n>(x :out bit_vector(1 to 1)) is begin end procedure; function f(x :bit_vector) return string is begin return "a"; end function; variable v :string(1 to 1); begin p( f(x)(1) => v(1) ); wait; end process; end architecture;