entity repro is end; architecture behav of repro is function zeros (a, b : bit_vector) return bit_vector is constant res : bit_vector (a'length + b'length - 1 downto 0) := (others => '0'); begin return res; end; begin end behav; r/atom/3rdparty/pybind11/tools/setup_main.py.in?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/tools/setup_main.py.in
blob: 2231a08fdc1d4f0c9a0241e744d99bef486270bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36