Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | ModelSim versus Active-HDL....redux

There are 10 messages in this thread.

You are currently looking at messages 0 to 10.

ModelSim versus Active-HDL....redux - 2008-02-11 09:29:00

Hello all,

I'm evaluating ModelSim versus Active-HDL to determine which one is
better in today's marketplace (for VHDL).  I found some older threads
that seemed to lean towards Active-HDL so I wanted to see if that was
still the case.

I currently use ModelSim Xilinx Edition but my designs often-times hit
XE's limits and get throttled.

Also, does know off-hand the approximate price of the different
versions? (ModelSim: Designer/PE/SE, Active-HDL: DE/PE/EE) and any key
features that make the more expensive ones worth the cost?

Thanks,
John
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: ModelSim versus Active-HDL....redux - Alfreeeeed - 2008-02-11 10:16:00

On Feb 11, 11:29 am, paragon.j...@gmail.com
wrote:
> Hello all,
>
> I'm evaluating ModelSim versus Active-HDL to determine which one is
> better in today's marketplace (for VHDL).  I found some older threads
> that seemed to lean towards Active-HDL so I wanted to see if that was
> still the case.
>
> I currently use ModelSim Xilinx Edition but my designs often-times hit
> XE's limits and get throttled.
>
> Also, does know off-hand the approximate price of the different
> versions? (ModelSim: Designer/PE/SE, Active-HDL: DE/PE/EE) and any key
> features that make the more expensive ones worth the cost?
>
> Thanks,
> John

I use ActiveHDL , It was the first program I learned to use and I am
not changing it for nothing , though I tried ModelSim.
Alfredo
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: ModelSim versus Active-HDL....redux - Duane Clark - 2008-02-11 14:08:00

p...@gmail.com wrote:
> Hello all,
> 
> I'm evaluating ModelSim versus Active-HDL to determine which one is
> better in today's marketplace (for VHDL).  I found some older threads
> that seemed to lean towards Active-HDL so I wanted to see if that was
> still the case.
> 
> I currently use ModelSim Xilinx Edition but my designs often-times hit
> XE's limits and get throttled.
> 
> Also, does know off-hand the approximate price of the different
> versions? (ModelSim: Designer/PE/SE, Active-HDL: DE/PE/EE) and any key
> features that make the more expensive ones worth the cost?

There is a big difference between Modelsim PE and SE, including a price 
difference of something like $12K (the last time I looked, which was 
awhile ago). Also, another thing to consider is Aldec Riviera, rather 
than ActiveHDL. This is just a high performance simulator, without all 
the whole "design environment" that ActiveHDL includes.

Also, while you only mention VHDL, keep in mind that you are likely to 
want to be able to do mixed language simulations. For example, a lot of 
good memory models seem to only come in Verilog.

Re: ModelSim versus Active-HDL....redux - nezhate - 2008-02-12 00:28:00

I didn't work with ActiveHDL, but I know that
with ActiveHDL you
cannot do post place and route simulation. This soft is only for
behavioral simulation.

Re: ModelSim versus Active-HDL....redux - RCIngham - 2008-02-12 06:45:00

>I didn't work with ActiveHDL, but I know that
with ActiveHDL you
>cannot do post place and route simulation. This soft is only for
>behavioral simulation.
>
Is that because it cannot read SDF files?


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: ModelSim versus Active-HDL....redux - Duane Clark - 2008-02-12 14:30:00

nezhate wrote:
> I didn't work with ActiveHDL, but I know that with ActiveHDL you
> cannot do post place and route simulation. This soft is only for
> behavioral simulation.

Well, I will have to admit that it has been several years since I have 
done post place and route simulation. I really don't see much need for 
that in FPGA design.

Re: ModelSim versus Active-HDL....redux - 2008-02-12 20:41:00

On Feb 13, 8:30=A0am, Duane Clark
<junkm...@junkmail.com> wrote:

>
> Well, I will have to admit that it has been several years since I have
> done post place and route simulation. I really don't see much need for
> that in FPGA design.



ooo now thats a little scary

Bobsterthelobster
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: ModelSim versus Active-HDL....redux - Thomas Stanka - 2008-02-13 01:18:00

On 11 Feb., 15:29, paragon.j...@gmail.com wrote:
> Also, does know off-hand the approximate price of the different
> versions? (ModelSim: Designer/PE/SE, Active-HDL: DE/PE/EE) and any

Prices is difficult, as e.g. PE is not like PE, you can buy different
licenses for PE (VHDL vs Verilog, Floating vs Dongle, ...) and you
might get deals when buying more than one SW from same vendor.

> key
> features that make the more expensive ones worth the cost?

For the full range of differences have a look at the Mentor homepage.

For me important:
- Performance optimisations is SE only, Performance reduction should
be designer only.
- SE has a lot of features included, that need additional payment for
the other simulators
- OS support (PE: Win, SE: win, Solaris, Linux (32 and 64 bit), LE:
Linux32 only)
- Tcl/Tk support is SE

bye Thomas

Re: ModelSim versus Active-HDL....redux - Ray Andraka - 2008-02-20 14:36:00

nezhate wrote:

> I didn't work with ActiveHDL, but I know that with ActiveHDL you
> cannot do post place and route simulation. This soft is only for
> behavioral simulation.


I don't know where you got that idea.  Active HDL simulates a post route 
netlist just fine.  Perhaps you didn't have the simprims library?

Active HDL can also simulate an edif netlist, and can co-simulate with 
Matlab as a testbench (something I don't think Modelsim does).

I have both, but I use Active HDL for my day to day work.  I use 
Modelsim pretty much only when I don't have a choice.
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: ModelSim versus Active-HDL....redux - Ray Andraka - 2008-02-20 15:03:00

b...@yahoo.co.nz wrote:

> On Feb 13, 8:30 am, Duane Clark <junkm...@junkmail.com> wrote:
> 
> 
>>Well, I will have to admit that it has been several years since I have
>>done post place and route simulation. I really don't see much need for
>>that in FPGA design.
> 
> 
> 
> 
> ooo now thats a little scary
> 

Why?  I don't use post PAR simulation unless I have a reason to believe 
the tools messed something up.  I can count on my fingers the number of 
times I've resorted to post PAR simulation.  A functional simulation of 
the RTL followed by a solid timing analysis is far more likely to 
uncover any problems in the design than a post PAR simulation is.