missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / common / singlenet-vhdl.out
blob9c09d03e677291e6b211d56b625abb6d9481aef1
1 -- Structural VHDL generated by gnetlist
2 -- Context clause
3 library IEEE;
4 use IEEE.Std_Logic_1164.all;
5 -- Entity declaration
7 ENTITY not found IS
8 END not found;
11 -- Secondary unit
12 ARCHITECTURE netlist OF not found IS
13     COMPONENT 7400
14     END COMPONENT ;
16     SIGNAL SING_N_2 : Std_Logic;
17     SIGNAL GND : Std_Logic;
18     SIGNAL Vcc : Std_Logic;
19     SIGNAL SING_N : Std_Logic;
20 BEGIN
21 -- Architecture statement part
22     U100 : 7400
23     PORT MAP (
24         6 => SING_N,
25         5 => SING_N,
26         4 => SING_N,
27         14 => Vcc,
28         7 => GND,
29         3 => SING_N_2,
30         2 => OPEN,
31         1 => SING_N_2,
32         14 => Vcc,
33         7 => GND,
34         8 => SING_N,
35         10 => SING_N,
36         9 => SING_N,
37         14 => Vcc,
38         7 => GND);
40 -- Signal assignment part
41 END netlist;