gEDA-user: gnetlist hierarchy with pass-through

2010-07-12 Thread gene glick
I have a hierarchical block with these names: V7 input power to block V7_RTN input power to block, return leg V5 output power from block V5_RTN output power from block , return leg within the block, V7_RTN and V5_RTN are connected - in other words, it's a pass through. At the top

gEDA-user: Chortle: A Technology Mapping Program for Lookup Table-Based Field Programmable Gate Arrays

2010-07-12 Thread Ronald Mathias
Hi, Could any one tell me from where I can download the source code for Chortle: A Technology Mapping Program for Lookup Table-Based Field Programmable Gate Arrays program. I have tried searching for it on google. I only get the pdf file that describes the program but I am u

Re: gEDA-user: Importing footprints

2010-07-12 Thread kai-martin knaak
Seth Hettich wrote: > I think adjusting the next closest thing that's already there would be > faster for just one :) > > I need a kingbright 16 segment display, which is an 18 pin DIP, but > not the standard spacing http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_edit_change_an_existing_footpr

Re: gEDA-user: Importing footprints

2010-07-12 Thread Seth Hettich
On Mon, Jul 12, 2010 at 6:47 PM, Philip Taylor wrote: > Seth Hettich wrote: >> >> I need a kingbright 16 segment display, which is an 18 pin DIP, but >> not the standard spacing > > you can probably find a dip with the right number of pins and delete or move > the pins in a text editor.  For examp

Re: gEDA-user: Importing footprints

2010-07-12 Thread Seth Hettich
On Mon, Jul 12, 2010 at 6:13 PM, DJ Delorie wrote: > >> I'm just getting started, and I don't see a footprint for a part I'm >> using.  But, the manufacturer provides the spec in a few file >> formats, is there a tool to convert these to the format that PCB >> uses? > > I don't know of any existin

Re: gEDA-user: Importing footprints

2010-07-12 Thread DJ Delorie
> I'm just getting started, and I don't see a footprint for a part I'm > using. But, the manufacturer provides the spec in a few file > formats, is there a tool to convert these to the format that PCB > uses? I don't know of any existing footprint converters, but if you can find the specs for th

gEDA-user: Importing footprints

2010-07-12 Thread Seth Hettich
Hi, I'm just getting started, and I don't see a footprint for a part I'm using. But, the manufacturer provides the spec in a few file formats, is there a tool to convert these to the format that PCB uses? -Seth ___ geda-user mailing list geda-user@mo

Re: gEDA-user: OT help with Make

2010-07-12 Thread myjunk stuff
The $(MAKE) is slightly magic; Make knows you're calling it recursively and (for example) runs that command even with -n. Yep, that was it, thanks DJ! I mistakenly used $(make) which didn't work. ___ geda-user mailing list geda-user@moria.seul

Re: gEDA-user: OT help with Make

2010-07-12 Thread DJ Delorie
Target-specific variables work like this: VAR = 0 all : target1 target2 target1 : VAR = 1 target2 : VAR = 2 % : echo VAR is ${VAR} What you want is something like this: target2 : $(MAKE) VAR=4 target1 The $(MAKE) is slightly magic; Make knows you're calling it recursively a

Re: gEDA-user: OT help with Make

2010-07-12 Thread Mark Rages
On Mon, Jul 12, 2010 at 4:24 PM, myjunk stuff wrote: >>> Is there a way to do the following: >>> >>> target1 : >>>    rule1 >>> >>> target2 : >>>    execute target1 >>> >> >> target2: target1 >> >> > I'm sorry - what I meant to say was: > > var1=whatever > > target1: >  rule1 var1 > > target2: >  

Re: gEDA-user: OT help with Make

2010-07-12 Thread myjunk stuff
Is there a way to do the following: target1 :    rule1 target2 :    execute target1 target2: target1 I'm sorry - what I meant to say was: var1=whatever target1: rule1 var1 target2: var1=something_new target1 ___ geda-user mailing list

Re: gEDA-user: OT help with Make

2010-07-12 Thread Mark Rages
On Mon, Jul 12, 2010 at 4:15 PM, myjunk stuff wrote: > > Is there a way to do the following: > > target1 : >    rule1 > > target2 : >    execute target1 > target2: target1 Regards, Mark markra...@gmail -- Mark Rages, Engineer Midwest Telecine LLC markra...@midwesttelecine.com

gEDA-user: OT help with Make

2010-07-12 Thread myjunk stuff
Can someone point me in the right direction, I am stuck - my Makefile looks something like this: > type=RESISTIVITY resist: resistivityAnalysis.csv pdar: PdArAnalysis.csv resistivityAnalysis.csv : list_of_dependant_files build_resistivityAnalysis type

Re: gEDA-user: PCB delete problem

2010-07-12 Thread Stefan Salewski
On Mon, 2010-07-12 at 12:11 +0100, Richard de Rivaz wrote: > Hi >I have some rectangular filled silk screen shapes which I need to >delete or make unfilled. Delete does not seem to work on these shapes >and I wonder if there is some way of forcing a delete or turning a >filled shape

gEDA-user: PCB delete problem

2010-07-12 Thread Richard de Rivaz
Hi I have some rectangular filled silk screen shapes which I need to delete or make unfilled. Delete does not seem to work on these shapes and I wonder if there is some way of forcing a delete or turning a filled shape into an unfilled shape? Regards Richard -- Richard de