wrote:
> With the flexibility of today's FPGAs, is it still better to do the
> VHDL or Verlog design through Synthesis and then lock pins on the FPGA
> or could pins be locked on the FPGA before the design is synthesized?
I go with the flow when I can, but most pin constraints can be
made to work if you need them.
> I looking for the quickest way to get to a PCB. My design has various
> buses. One of the buses is PCI.
If you have a preliminary place+route, use
that as a starting point, then fix
up the connectors etc. as needed.
I like to keep constraints out of the
source code.
-- Mike Treseler