Re: gEDA-user: PCB manufacturing

2005-07-15 Thread Mike Jarabek
Davide Anastasia wrote: I'm watching this site: www.custompcb.com I've used them before and was very pleased with the results.  I sent gerber files straight out of PCB and they panelized the design for me.  >From order to delivery of the boards it was just about 14 days.  They were shipped from S

Re: gEDA-user: Multiple modules in source

2005-07-15 Thread Charles Lepple
On 7/15/05, CN <[EMAIL PROTECTED]> wrote: > A very basic newbie question. Is ivl supposed to produce synthesis code for > multiple > modules in one file? If I run the following sorce with -tfpga -parch=virtex > v0.8.1 I think you want the '-s' option. Check the manpage and search for '-s', and

gEDA-user: Multiple modules in source

2005-07-15 Thread CN
A very basic newbie question. Is ivl supposed to produce synthesis code for multiple modules in one file? If I run the following sorce with -tfpga -parch=virtex v0.8.1 `timescale 1ns / 1ps module add4(AAA, BBB, OOO); output [3:0]OOO; input [3:0]AAA; input [3:0]BBB; assign