Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Any open source synthesis tools

482 views
Skip to first unread message

Daku

unread,
Dec 10, 2009, 6:48:08 AM12/10/09
to
I have used commercial synthesis tools in the past, and lately I have
been using Icarus Verilog.
I was wondering if there are any open-source doownloadable synthesis
tools that will start with my Verilog specification. I have been told
of a similar VHDL based synthesis tool Alliance, which is buggy.
At one time I tried very hard to download Xilinx's WebPack ISE tool,
but the download simply did not work, even after registration.
Any hints, suggestions would be useful.

pallav

unread,
Dec 15, 2009, 1:37:03 PM12/15/09
to


ASIC or FPGA?

For ASIC, it will be difficult to find free tools. You have to go the
commercial route and/or be part of a university where such tools are
available. For FPGA, since you have tried Xilinx, try Altera Quartus.
Don't know much about FPGAs but I suppose the synthesis results are
targeted towards a particular device architecture (so its quite
different from ASIC).

All depends on what you want to do...Good luck.

gabor

unread,
Dec 15, 2009, 3:57:14 PM12/15/09
to

Free tools from FPGA vendors are not "Open source". In the
end you want a tool that synthesizes to your hardware, so
the selection of vendor-specific tools comes down to
how you implement your hardware. I'm not sure why
you had trouble with Xilinx webpack. All of the other
FPGA vendors have free versions of their tools, some
with very little restrictions (e.g. Actel) others
restricting you to a subset of the devices they offer or
limiting your ability to simulate, etc.

Philipp Klaus Krause

unread,
Dec 18, 2009, 4:28:42 AM12/18/09
to
Daku schrieb:

For FPGA: Icarus has synthesis backends (use -tfpga option).
For ASIC:
vl2mv converts (a small subset of) Verilog to BLIF-MV
VIS converts BLIF-MV to BLIF
ABC synthesizes BLIF to a gate netlist

Philipp

0 new messages