#! /bin/sh . ../../testenv.sh for t in physical_division; do synth $t.vhdl -e $t > syn_$t.vhdl analyze syn_$t.vhdl clean done echo "Test successful" title='Atom feed' href='http://git.panaceas.org/cgit/iCE40/ghdl/atom/testsuite/synth/synth34/tb_repro_rng1.vhdl?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth34/tb_repro_rng1.vhdl
blob: 09f385a58b2552dfdfac48b285a1cd19263082c3 (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