What's a good Verilog compiler?

S

Steve Richfie1d

Guest
I need to program a PAL for a project. I have a Data I/O burner, but no
way to convert logic equations to a fuse map to program. Are there any
freebes, or at least something that won't empty my piggy bank?

Steve Richfield, N7VCG
 
Steve Richfie1d <Steve@NOSPAM.smart-life.net> writes:

I need to program a PAL for a project. I have a Data I/O burner, but
no way to convert logic equations to a fuse map to program. Are there
any freebes, or at least something that won't empty my piggy bank?


Steve Richfield, N7VCG
Here is one opensource tool.

http://www.icarus.com/eda/verilog/


--
- Pankaj

----------------------------------------------------------------------
One OS to rule them all, one OS to find them,
One OS to bring them all and in the darkness bind them,
In the Land of Redmond where the Shadows lie.
----------------------------------------------------------------------
 
Pankajkumar,

Do you have any experience with the Icarus Verilog compiler? Does it
work? Aparently, they have a PAL version that doesn't work under
Windoze, but I would think that their full version compiler would work
for PALs. Any thoughts?

Steve Richfield, N7VCG
======================
Steve Richfie1d <Steve@NOSPAM.smart-life.net> writes:


I need to program a PAL for a project. I have a Data I/O burner, but
no way to convert logic equations to a fuse map to program. Are there
any freebes, or at least something that won't empty my piggy bank?


Steve Richfield, N7VCG

Here is one opensource tool.

http://www.icarus.com/eda/verilog/
 
Steve Richfie1d <Steve@NOSPAM.smart-life.net> writes:

Pankajkumar,

Do you have any experience with the Icarus Verilog compiler? Does it
work? Aparently, they have a PAL version that doesn't work under
Windoze, but I would think that their full version compiler would work
for PALs. Any thoughts?
Hi,

I have experience using it under Linux and other Unix like systems, never
under windows. It does work well under these platforms. As for
windows, I'm not sure.

Even if it doesn't work under windows, I think if you are willing to
spend a few hours programming (if you enjoy that), it should be hard
to modify it to produce PAL fuse maps, from a subset of verilog.
Hell, a couple of times, I just defined a small subset of verilog I
was interested in and wrote a parser myself.

Another program that you might try using is the ver program. This is
a verilog structural netlist compiler.

http://www.icewalkers.com/Linux/Software/57450/Ver.html

Hope this helps,

Pankaj

Steve Richfield, N7VCG
======================
Steve Richfie1d <Steve@NOSPAM.smart-life.net> writes:


I need to program a PAL for a project. I have a Data I/O burner, but
no way to convert logic equations to a fuse map to program. Are there
any freebes, or at least something that won't empty my piggy bank?


Steve Richfield, N7VCG
Here is one opensource tool.

http://www.icarus.com/eda/verilog/
--
- Pankaj

----------------------------------------------------------------------
One OS to rule them all, one OS to find them,
One OS to bring them all and in the darkness bind them,
In the Land of Redmond where the Shadows lie.
----------------------------------------------------------------------
 

Welcome to EDABoard.com

Sponsor

Back
Top