Comment 5 for bug 323088

Revision history for this message
Bhavani Shankar (bhavi) wrote : Re: Please merge geda-gnetlist_1.4.0-3(universe) from debian unstable

From the upstream changelog

commit 3e5a3a547903f04e78c7b54ee68ee544418069a9
Author: Peter Clifton <email address hidden>
Date: Thu Aug 14 17:52:02 2008 +0100

    Fix verilog and VHDL netlist backends

    These were inadvertently broken when making core gnetlist changes to
    accomodate slotting in spice-sdb. Since the netlist backend is loaded
    before gnetlist has traversed the schematic, the backends must not
    execute any code which queries gnetlist on load. All such work is
    to be done only when gnetlist invokes the (<backend>) method.