Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Modeslsim VHDL library distribution

Reply
Thread Tools

Modeslsim VHDL library distribution

 
 
Rob
Guest
Posts: n/a
 
      08-13-2008
Hi All,

Does anybody know the best way of distributing modelsim libraries,
keeping the VHDL source code private?

Obviously I can distribute a precompiled library, compiled with the -
nodebug switch, but AFAIK the library format can and does change
between Modelsim releases. This means I will need to distribute a
precompiled library for every release i want to support, on each
platform.

The other alternative i thought of was to write a program that has the
source code embedded (in encrypted format) and invokes vcom at the
command line. The problem with this is that the source will need to be
written to a file in the clear for vcom to operate on.

Any help would be appreciated.

Cheers
Rob
 
Reply With Quote
 
 
 
 
Kim Enkovaara
Guest
Posts: n/a
 
      08-13-2008
Rob wrote:
> Obviously I can distribute a precompiled library, compiled with the -
> nodebug switch, but AFAIK the library format can and does change
> between Modelsim releases. This means I will need to distribute a
> precompiled library for every release i want to support, on each
> platform.


Newer version of Modelsim can always update the older database version,
but of course not the other way. The commands are "vcom -refresh" and
"vlog -refresh". And the compiled format is platform independent if
the platforms have same amount of bits (32/64b difference).

> The other alternative i thought of was to write a program that has the
> source code embedded (in encrypted format) and invokes vcom at the
> command line. The problem with this is that the source will need to be
> written to a file in the clear for vcom to operate on.


With verilog code there would be more options for native code
encryption in recent Modelsim versions.

--Kim
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Random distribution in VHDL Marcus Harnisch VHDL 5 07-16-2009 04:02 PM
VHDL-2002 vs VHDL-93 vs VHDL-87? afd VHDL 1 03-23-2007 09:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57