[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: New gdatabase release
- To: geda-user@seul.org
- Subject: gEDA-user: New gdatabase release
- From: Bill Cox <bill@viasic.com>
- Date: Mon, 03 Nov 2003 08:58:51 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Mon, 03 Nov 2003 11:48:00 -0500
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225
Hi.
I've uploaded the second version of gdatabase to
www.viasic.com/download
The changes are basically:
-- Now runs guile scrips from command line... Thanks for the tips in how
get this working!
-- Supports component-path and source-path similar to gnetlist.
-- Took first step towards a schematic generator: gdatabase now
generates default symbols from schematics for all schematics that don't
have symbols
The first commands I've built into guile are:
(component-library <dirName>)
(source-library <dirName>)
(create-default-symbol <schemName>)
(read-schematic <schemName>)
(write-spice-netlist <cirFileName>)
There's some stuff that needs to be fixed. In particular:
-- I hard-coded /usr/bill/.gEDA as the path to find gdatabaserc
-- There's a speed issue with the -new_c version of DataDraw's object
allocation that needs to be fixed
Bill