gEDA : Try Me
This is not a line from a Dirty Harry movie. Although Harry Calahan might have uttered something similar. Try Me is a small gEDA circuit that has
TryMe1 : test the DS1233 and OscillDip14 symbols
The new circuit is on the right. The two new parts are included. After saving the schematic, it is time time create the numbers for the parts with refdes_renum and subsequently create the netlist and such with the gsch2pcb program. Let's see how this goes:
jan@Beryllium:~/geda/TestMe$ refdes_renum TryMe1.sch Scanning input file #1: TryMe1.sch Now processing input file #1: TryMe1.schCheck it with
gschem TryMe1.schto convince yourself that the parts have numbers now. But you can also take a look at the circuit on the right.
jan@Beryllium:~/geda/TestMe$ gsch2pcb TryMe1.sch
Done processing. Work performed:
0 file elements and 6 m4 elements added to TryMe1.pcb.
Next step:
1. Run pcb on your file TryMe1.pcb.
You will find all your footprints in a bundle ready for you to place
or disperse with "Select -> Disperse all elements" in PCB.
2. From within PCB, select "File -> Load netlist file" and select
TryMe1.net to load the netlist.
3. From within PCB, enter
:ExecuteFile(TryMe1.cmd)
to propagate the pin names of all footprints to the layout.
So, it's hard to the upcoming things wrong. They're spelled out for you! Only step 3 I haven't been able to
perform at the moment.
Page created on 17 March 2011 and
Page equipped with FroogleBuster technology