missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / docs / README.vhdl
blob0a8e58a742dda19099145eac74c7e6e761a2c405
2 The VHDL backend
4 Written by Magnus Danielson and improved by Thomas Heidel
7 A few things you have to care about:
9 1. In order to generate valid component declarations, you
10    have to add an additional attribute to each pin.
11    "type=IN" or "type=OUT" or "type=INOUT"
13 2. The "device" attribute must be unique to a symbol!
14    The verilog symbols of the same type for example, have all
15    the same device attribute and will therefore not work.
17 3. Make sure your component-library picks up the vhdl symbols instead
18    of the verilog symbols  Library paths that show up last are searched
19    first!