[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: netlisting errors
>for the command line:
>
>$ gnetlist -g geda -v -o netlist nett.sch >jnk
>
>I get the error output:
>
>$ Could not find uref on component and could not find any special
>attributes!
The VDD symbol is special, you need to attach a net= attribute
describing the power like:
net=VDD:1
I'm not quite decided if this is a bug in the symbol or not.
I suppose that net= attribute could be in the symbol, but I left it out
in case people wanted to give the power net a different name.
I think I'll add it (or the appropriate net) to all the power symbols.
[snip]
>When I use -g geda, I get the error:
I'm assuming you meant -g bom ?
>
>$ERROR: In procedure open-file:
>$ERROR: No such file or directory: "attribs"
Create an attrib file in the current directory like this:
device
label
name
Then run gnetlist again.
-Ales