Site Home Archive Home FAQ Home How to search the Archive How to Navigate the Archive
Compare FPGA features and resources
Threads starting:
Authors:A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
I believe that the "dongle" is no longer required for M1 software. If you know how to edit your Volume Serial number, please let us all know how! It's easy to change the volume label (via the LABEL dos shell command), but I haven't discovered an easy wayto change the "Volume Serial Number". Dave Blair --------------------------------------------------------------- | Dave Blair Voice: (801)977-1640 | Principal Engineer Fax: (801)977-1602 | E-Mail: mailto:DBlair@phbtsus.com | Philips Broadcast Television Systems Company | http://www.PhilipsBTS.com | 2300 South Decker Lake Blvd. | Salt Lake City, Ut. 84119 ---------------------------------------------------------------Article: 7651
In article <EHCB8x.BHr@world.std.com>, Joseph H Allen <jhallen@world.std.com> wrote: >In article <EHC6vI.6GJ@world.std.com>, >Joseph H Allen <jhallen@world.std.com> wrote: >>Here I am twiddling my thumbs, waiting for Xilinx customer support to call >>me. >> >>I got the new M1 product update to XACT step for PCs, and I would love to >>try it but the licensing system is seriously braindead. It uses flexlm and >>a parallel port dongle for copy protection. This would be fine (PADS PCB >>uses this method also, and it works fine), but it also requires a matching >>hard drive partition serial number. Now I don't understand how this >>improves security either, but there it is. They require it. In fact their >>flexlm license file is generated to match it, and their web-based license >>file generator gives you only one shot to create this file, and gives you no >>opportunity to change your mind about what hard drive you're going to >>install the program on. >> >>So they expect: >> - you to run their software on one machine only: no switching dongles to >> my lap-top anymore >> >> - your hard drive to never break >> >> - you to never upgrade the hard drive in your machine >> >> - hmm... maybe they don't require the dongle any more and the security >> is based entirely on the partition serial number. This is great news! >> I'll install it on all my machines and edit the volume name entry of >> each of them to match! > >It's true! The key is no longer needed and the security is entirely based >on the partition serial number. This is vastly more conventient than that >silly hardware key thing. I won't have to lug that key around when I use >my laptop anymore. > >Now suppose you have linux installed on your hard (as I do) and the >Windows-95 vfat partition is /dev/hda2 and you want the serial number to be >(hex) AABB-CCDD: > >log into root, > >type: joe /dev/hda2,39,4 # edits bytes 39-42 of drive C boot sector >type: ^T T # put joe into overtype mode >type: ` x D D ` x C C ` x B B ` x A A # Enters new serial number >type: ^K X # saves data back to disk > >You could also do this from Windows-95 but you would have to write a C >program. Remember it's bytes 39-42 of the first sector of the C: partition. >Be sure to make backups before messing with your boot sector. Actually I forgotten about the MS-DOS debug command, which surprisingly, is still provided with windows-95. This is the easiest way to change the serial number without linux, but be very careful (back up your files!), as debug is not very forgiving: C:\>debug l 0 2 0 1 - load one sector beginning with sector 0 of drive 2 (C:) into address 0 (of some segment) e 27 - hex entry mode DD <SPACE> CC <SPACE> BB <SPACE> AA <RETURN> d 0 - display to verify results w 0 2 0 1 - write boot sector back to hard drive q - quit C:\> -- /* jhallen@world.std.com (192.74.137.5) */ /* Joseph H. Allen */ int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0) +r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2 ]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}Article: 7652
David Storrar (david.storrar@gecm.com) wrote: : Hi, : Does anyone know if there is a problem (feature?) with the SDF : back annotation of IOB flip-flops from Xilinx M1. : I'm targeting a XC4062XL and when I generate the VHDL netlist and : associated SDF files, all the timing check values for the IOB : flip-flop are zero - other than the pulse width, which is 6 ns. : This is somewhat at odds with the data sheet where there _are_ : values given for setup and hold (surprisingly enough :-))and a : _3_ns_ pulse width (given for output flip-flops only). : This only manifests itself in the IOB flip-flops, the values are : all present for flip-flops in the CLBs. : Can anyone help? David, I have checked into this and the numbers are accurate. What might be confusing you is that the data sheet shows a pin to pin setup between the input and the clock pin. The software accurately models the input delay and the clock delay getting to that FF instead of lumping it all into a setup time on the FF. If you have any other questions about where we are putting the delays, let me know. SteveArticle: 7653
The key is for the Metamor VHDL compiler only. This requirement is due to a licensing agreement with Metamor and will go away when Xilinx moves to FPGA Express as their VHDL synthesis tool. You can tie the FlexLM license to your ethernet address instead of your hard drive's volume ID. Customer service should be able to return your license agreement in less than a day if you supply them with your serial number. Jeff Sanders On Tue, 30 Sep 1997 19:45:18 GMT, jhallen@world.std.com (Joseph H Allen) wrote: >Here I am twiddling my thumbs, waiting for Xilinx customer support to call >me. > >I got the new M1 product update to XACT step for PCs, and I would love to >try it but the licensing system is seriously braindead. It uses flexlm and >a parallel port dongle for copy protection. This would be fine (PADS PCB >uses this method also, and it works fine), but it also requires a matching >hard drive partition serial number. Now I don't understand how this >improves security either, but there it is. They require it. In fact their >flexlm license file is generated to match it, and their web-based license >file generator gives you only one shot to create this file, and gives you no >opportunity to change your mind about what hard drive you're going to >install the program on. > >So they expect: > - you to run their software on one machine only: no switching dongles to > my lap-top anymore > > - your hard drive to never break > > - you to never upgrade the hard drive in your machine > > - hmm... maybe they don't require the dongle any more and the security > is based entirely on the partition serial number. This is great news! > I'll install it on all my machines and edit the volume name entry of > each of them to match! > >What a vast improvement this is over xact step 6.0! I'm really impressed! > >Nope, customer support still has not returned my call. I suppose they are >overwhelmed by calls from other M1 customers. > >-- >/* jhallen@world.std.com (192.74.137.5) */ /* Joseph H. Allen */ >int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0) >+r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2 >]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}Article: 7654
~~~~~~~ REDSTONE TITANIUM DRIVER ~~~~~~~~ GUARANTEED TO ADD 20 TO 30 YARDS TO YOUR DRIVE & TO KEEP YOU IN THE FAIRWAY OR YOUR MONEY BACK!! PROTO-TYPE TEST PLAY PROGRAM TEST PLAY THIS CLUB FOR 30 DAYS IF YOUR NOT FULLY SATISFIED SEND IT BACK FOR A FULL REFUND. All we ask is that you fill out a manufacturer's evaluation form with returned club. These clubs won't be on the market until April of 1998 and will retail for $ 299.00. Evaluation forms are used for research marketing and design evaluation. If you keep the club its yours for $ 87.00 basically the cost of the materials on the club, either way we still need the evaluation form completed and returned. This Driver has a 260cc Jumbo Oversized Titanium head built for increased distance and superior accuracy. Both the head and shaft have a high gloss black finish, its very pretty. Fitted with a Filament Wound Graphite shaft for maximum club head speed & distance available in Regular and Stiff Flex. State of the art grip technology We use the newest technology in grips which is a Pro Tour wrap style. This grip is designed to dampen vibration up to 300%. In order for us to have this Driver properly evaluated we do custom fit the club to you and your level of play. In independent tests our REDSTONE Ti driver has been proven to outperform both Calloway's Biggest Big Bertha & Taylor Made's Bubble 2 and is going to retail for $200 less. The Test Play price of our REDSTONE Ti Driver is $ 87.00 which includes cash on delivery shipping. Test play clubs only available right handed. (Lefty in April 98) Sorry one driver per person quantities limited. To participate in the REDSTONE Ti driver test play program CLICK Reply and answer ( 1.-12. ) the Order & Custom Fitting questions below and E-MAIL it back to us. Or call 1 - 800 - 484 - 6718 Use code # 2259 for ordering. Extreme Sports 133 E. 16th Street, Unit 14 Costa Mesa, Ca. 92627 Test Marketing Division See our Web Page for Other Equipment and Program Details.. At: http://member.aol.com/Xsports1/ESE.html Enter a FREE DRAWING "WIN" a new Set of GOLF Clubs. Allow 10 days for delivery. ORDERING & CUSTOM FITTING Please ship 1 REDSTONE Ti Driver to: Name __________________________________________ Address __________________________________________ C/S/Z __________________________________________ 1. What is your handicap or what do you score in 18 holes? handicap __________ or score __________ 2. What kind of driver do you currently hit? (Manufacturer) _______________. Steel or Graphite shaft___________. 3. When you hit your current driver is the trajectory. HIGH LOW JUST ABOUT RIGHT 4. How far do you currently drive the ball? ________ yards. 5. When you drive the ball do you? SLICE HOOK PUSH PULL HIT STRAIGHT 6. How tall are you? _______ ft. ______ in. 7. How much do you weigh? ___________. 8. Sleeve length on one of your dress shirts? _________. 9. Size of the inseam on a pair of your pants? _________. 10. If you wear a golf glove when you play what size? SMALL MEDIUM LARGE X-LARGE 11.What size grips do you use on your clubs? SMALL REGULAR JUMBO 12. Do you prefer the FLEX on your Shaft: REGULAR or STIFF AGAIN ALLOW 10 DAYS FOR DELIVERY. HIT EM LONG AND WHERE YOU WANT EM.Article: 7655
<< Is there a good book explaining how to code data structures such as circular buffers, linked lists, LIFO stacks etc. in VHDL? I was interested if there were any books that explains how to code efficiently. Please send me e-mail if you can help. >> My book "VHDL Answers to Frequently Asked Questions" provides some examples on the use of linked lists to model very large memories. Check my web site for the TOC. --============================================= -- Ben Cohen, Hughes Aircraft Co, RE- R1/B507 -- ** "VHDL Coding Styles and Methodologies", -- ISBN 0-7923-9598-0 Kluwer Academic Publishers, 1995. -- ** "VHDL Answers to Frequently Asked Questions" -- ISBN 0-7923-9791-6 Kluwer Academic Publishers, 1996. -- FTP site: users.aol.com /vhdlcohen/vhdl -- Web page: http://members.aol.com/vhdlcohen/vhdl -- (310) 334-7389, fax: (310) 334-1749 --=============================================Article: 7656
~~~~~~~ REDSTONE TITANIUM DRIVER ~~~~~~~~ GUARANTEED TO ADD 20 TO 30 YARDS TO YOUR DRIVE & TO KEEP YOU IN THE FAIRWAY OR YOUR MONEY BACK!! PROTO-TYPE TEST PLAY PROGRAM TEST PLAY THIS CLUB FOR 30 DAYS IF YOUR NOT FULLY SATISFIED SEND IT BACK FOR A FULL REFUND. All we ask is that you fill out a manufacturer's evaluation form with returned club. These clubs won't be on the market until April of 1998 and will retail for $ 299.00. Evaluation forms are used for research marketing and design evaluation. If you keep the club its yours for $ 87.00 basically the cost of the materials on the club, either way we still need the evaluation form completed and returned. This Driver has a 260cc Jumbo Oversized Titanium head built for increased distance and superior accuracy. Both the head and shaft have a high gloss black finish, its very pretty. Fitted with a Filament Wound Graphite shaft for maximum club head speed & distance available in Regular and Stiff Flex. State of the art grip technology We use the newest technology in grips which is a Pro Tour wrap style. This grip is designed to dampen vibration up to 300%. In order for us to have this Driver properly evaluated we do custom fit the club to you and your level of play. In independent tests our REDSTONE Ti driver has been proven to outperform both Calloway's Biggest Big Bertha & Taylor Made's Bubble 2 and is going to retail for $200 less. The Test Play price of our REDSTONE Ti Driver is $ 87.00 which includes cash on delivery shipping. Test play clubs only available right handed. (Lefty in April 98) Sorry one driver per person quantities limited. To participate in the REDSTONE Ti driver test play program CLICK Reply and answer ( 1.-12. ) the Order & Custom Fitting questions below and E-MAIL it back to us. Or call 1 - 800 - 484 - 6718 Use code # 2259 for ordering. Extreme Sports 133 E. 16th Street, Unit 14 Costa Mesa, Ca. 92627 Test Marketing Division See our Web Page for Other Equipment and Program Details.. At: http://member.aol.com/Xsports1/ESE.html Enter a FREE DRAWING "WIN" a new Set of GOLF Clubs. Allow 10 days for delivery. ORDERING & CUSTOM FITTING Please ship 1 REDSTONE Ti Driver to: Name __________________________________________ Address __________________________________________ C/S/Z __________________________________________ 1. What is your handicap or what do you score in 18 holes? handicap __________ or score __________ 2. What kind of driver do you currently hit? (Manufacturer) _______________. Steel or Graphite shaft___________. 3. When you hit your current driver is the trajectory. HIGH LOW JUST ABOUT RIGHT 4. How far do you currently drive the ball? ________ yards. 5. When you drive the ball do you? SLICE HOOK PUSH PULL HIT STRAIGHT 6. How tall are you? _______ ft. ______ in. 7. How much do you weigh? ___________. 8. Sleeve length on one of your dress shirts? _________. 9. Size of the inseam on a pair of your pants? _________. 10. If you wear a golf glove when you play what size? SMALL MEDIUM LARGE X-LARGE 11.What size grips do you use on your clubs? SMALL REGULAR JUMBO 12. Do you prefer the FLEX on your Shaft: REGULAR or STIFF AGAIN ALLOW 10 DAYS FOR DELIVERY. HIT EM LONG AND WHERE YOU WANT EM.Article: 7657
Oh In Hee wrote: > > Hi, > I'm looking for a Compact PCI interface spec. & vme vs compact pci > perfomance comparison. > Any hints are welcome. ( web-sites, vendor..) > > Thanks. > > Oh In Hee > email : ihoh@nexgen.co.kr VME: http://www.vita.com CompactPCI: http://www.picmg.org Check also http://www.ekf.de/c/ccpu/cc1/cc1_e.html for a CompactPCI Pentium based CPU. -- EKF Elektronik GmbH ------------------ EKF - the VMEbus Company Joachim Jansen http://www.ekf.de/ mailto:jj@ekf.de Philipp Reis Str. 4 ------------------ fax: +49 (0)2381-6890-90 D-59065 Hamm (Germany) phone: +49 (0)2381-6890-0Article: 7658
This is a multi-part message in MIME format. --------------9EF365674D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sharif M. Shahrier wrote: > > Is there a good book explaining how to code data structures such as circular buffers, > linked lists, LIFO stacks etc. in VHDL? I was interested if there were any books that > explains how to code efficiently. Please send me e-mail if you can help. > > -- > Sharif M. Shahrier Tel: 1-609-951-2976 > C&C Research Laboratories Fax: 1-609-951-2499 > 4 Independence Way > Princeton, NJ 08540, U.S.A. E-mail: shahrier@ccrl.nj.nec.com Hi, Well developped and explained algorithms are programming language independent. VHDL is just another programming language in this respect. I like particularly following book on algorithms : author = {Cormen, Thomas H. and Charles E. Leiserson and Ronald L. Rivest}, title = {Introduction to Algorithms}, publisher = {MIT Press/McGraw-Hill}, year = 1990 I did implement already f.i. red-black trees (for sparse ram models) and bitonic sort out of this book in VHDL. Worked out well. Kind regards, --------------9EF365674D Content-Type: text/plain; charset=us-ascii; name=".@Signature.World" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=".@Signature.World" \\\|/// ir. Jos De Laender ( 0 0 ) Alcatel - SSD (Switching Systems Division) oo0-(_)-0oo ASIC design - VH14 _\ ' ` /_ \ \ALCATEL/ / F. Wellesplein 1, B-2018 Antwerp, Belgium \ \ / / \ \ / / E-mail : mailto:jdla@sh.bel.alcatel.be \ \ / / o0 Y 0o Alcatel Bell : http://www.bel.alcatel.be \|/ Alcatel Telecom : http://www.alcatelecom.be * Phone : (32)(0) 3 240 74 61 Fax : (32)(0) 3 240 99 47 --------------9EF365674D--Article: 7659
> >On Tue, 30 Sep 1997 19:45:18 GMT, jhallen@world.std.com (Joseph H >Allen) wrote: snip >> - hmm... maybe they don't require the dongle any more and the security >> is based entirely on the partition serial number. This is great news! >> I'll install it on all my machines and edit the volume name entry of >> each of them to match! >> And you wonder why companies want to protect their software from illegal copying!!! Steve... ___________________________________________________________ steve@vizef.demon.co.uk.island Steve Bird, VIZEF Limited, The Old Coach House Adwell, Thame, Oxon, OX9 7DQ, UK Phone: (44) 01844 28 1066 Fax: (44) 01844 28 1070 http://www.vizef.demon.co.uk NOTE: Anti-SPAM Spoiler! -----------------------------------------------------------Article: 7660
Hi. We're about to build a successor of our embedded transputer based controller ( see http://www-mp.informatik.uni-mannheim.de/~kugel/lcmdoc.html ). The new version should have the following features: 32 bit CPU @ 50MIPS, probably Hitachi SH-3 / 7708 or Hyperstone E1-32 IEEE 1394 (firewire) host port @ 400MBit/S (or 200MBit/s) Xilinx XC4013 FPGA as coprocessor and target system interface device approx. 2MB high speed ram plus 16MB optional DRAM I am interested in experience or comments on RTOS and development tools (C, C++, Debugger) for the two micros and firewire implementations, especially 400MBit/s with FPGA or CPLD implementation of LLC. Thanks, Andreas -- Andreas Kugel - University of Mannheim - Dept. of Computer Science V B6,26 - 68131 Mannheim - Germany Phone:+(49)621 292 1634 - Fax:+(49)621 292 5756 mailto:kugel@mp-sun1.informatik.uni-mannheim.de http://www-mp.informatik.uni-mannheim.de/groups/mass_par_1/parallelproc.htmlArticle: 7661
Sharif M. Shahrier wrote: > > Is there a good book explaining how to code data structures such as circular buffers, > linked lists, LIFO stacks etc. in VHDL? I was interested if there were any books that > explains how to code efficiently. Please send me e-mail if you can help. I normally try to avoid plugging my book directly on this newsgroup, but since you asked about such specific topics, I thought it appropriate this time. Chapter 17 of The Designer's Guide to VHDL deals specifically with using access types (pointers) to implement abstract data types in VHDL. Section 17.3 includes as examples a circular buffer FIFO, and an ordered collection container ADT implemented using a doubly-linked list. Using the material in this chapter as a basis, you should be able to generalize to other linked data structures described in textbooks on data structures and algorithms. You might find books based on Ada the most useful, since VHDL's type system is very closely related to that of Ada. One pointer to start with is J. M. Feldman, Data Structures with Ada, Prentice Hall, Englewood Cliffs, NJ, 1985. Look for others in your local academic library catalog. BTW, you can find info about my book in my web page (URL below). Cheers, PA -- Peter J. Ashenden Email: petera@ececs.uc.edu Visiting Scholar, Dept ECECS peter.ashenden@acm.org University of Cincinnati Phone: +1 513 556 4756 PO Box 210030 Fax: +1 513 556 7326 Cincinnati OH 45221-0030, USA http://www.cs.adelaide.edu.au/~petera/ (includes PGP public key)Article: 7662
In article <c27A6VAqYhM0MA5I@vizef.demon.co.uk>, Steve Bird <steveb@vizef.demon.co.uk.island> wrote: >>On Tue, 30 Sep 1997 19:45:18 GMT, jhallen@world.std.com (Joseph H >>Allen) wrote: >>> - hmm... maybe they don't require the dongle any more and the security >>> is based entirely on the partition serial number. This is great news! >>> I'll install it on all my machines and edit the volume name entry of >>> each of them to match! >And you wonder why companies want to protect their software from illegal >copying!!! I have no intention of illegally copying their software (except to install it on my laptop, which I done with their old software). Who would I copy it for? I want customer support, the software is for me personally and I just payed a lot of money for it. I was being sarcastic because the partition serial number offers no security, whereas the hardware key is nearly impossible to break and I originally thought that they were going to require both. I mean, why would they want the partition serial number when they already had a perfectly secure hardware key? I was annoyed because their web-based license generator gives you only one chance to generate the license.dat file (based on your hardware key, customer ID and partition serial number). I entered the wrong number and couldn't run the software (I was thinking that they must allow you to change the serial number since people upgrade their hard drive all the time, so I entered the example serial number that they gave, thinking that I could just go back and change it to the real one later). In the time it took for tech. support and then customer service to return my call (they did eventually call me back after a day), I had fixed the problem. My partition's serial number is now the example one given on the web site :-) Incidentally, I'm told that the ethernet address offers no security either. Supposedly for $100 you can buy an ethernet card with a programmable hardware address. You can't put several of those on a network of course, but you can have several ethernet cards in each machine (but maybe not in windows, I don't know). But according to the release notes "Xilinx strongly recommends that you use the Ethernet address instead of the C: drive serial number" :-) :-) -- /* jhallen@world.std.com (192.74.137.5) */ /* Joseph H. Allen */ int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0) +r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2 ]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}Article: 7663
In article <9709301336.AA26699@weeble>, Bill Dennen <bowtie@mclean.mcd.mot.com> writes >In article <34303D2C.CE245C9F@erez.cc.biu.ac.il>, Ido Kleinman < >kleinn@erez.cc.biu.ac.il> writes: >> Oh In Hee wrote: >> >> > Hi, >> > I'm looking for a Compact PCI interface spec. & vme vs compact >> > pci perfomance comparison. >> > Any hints are welcome. ( web-sites, vendor..) >> >> Can't help you about VME specs. I am currently working on PCI card - >> and after some searchs about general PCI standard I discovered >> that there's one organization named the PCI Special Interest Group >> which holds all of the up-to-date information about any variation of >> the PCI bus. >> >For VME specs check http://www.vita.com > try www.picmg.org for compact PCI stuff there is also a list server for Compact PCI but I am not absolutely sure what the commands to join are. Check the web site first and if you have a problem e-mail me -- Steve Goodwin... De-spamming active, remove any _DSPM from addressArticle: 7664
The CCLK output slew rate is unaffected by the CCLK clock rate, and the frequencies involved ( nominally 1 MHz and 8 MHz ) are quite modest. I am still helping to find the root cause of the reported problem and will report the result here. Configuration has to work 100% of the time, no ifs and buts ! Peter Alfke, Xilinx ApplicationsArticle: 7665
There is a good application note from Xilinx on the subject. It discusses various types of FIFO controllers, depending on your application. It is an Adobe Acrobat document and is available at 'http://www.xilinx.com/xapp/xapp053.pdf'. -- Steven Knapp OptiMagic, Inc. E-mail: sknapp @ optimagic.com Programmable Logic Jump Station: http://www.optimagic.com david.surphlis@gecm.com wrote in article <60nrd5$3qs@gcsin3.geccs.gecm.com>... | | Does any-one have a model for a fifo 16X4, which can be used in an fpga | design 4000e series, if so i would be gald to here from any-one who has such | a model or who could direct me to somewere, were i may obtain one. | | Thanks Davey | | | |Article: 7666
Learn how the application of logic synthesis can increase design productivity. One day short course at Wescon. http://www.wescon.com/tech/sc3.html for a description of the course. -- Charles F. Shelor charles@efficient.com Efficient Networks, Inc 'ATM for the Desktop' 4201 Spring Valley, Suite 1200 http://www.efficient.com/ Dallas, TX 75244 (972) 991-3884Article: 7667
I congratulate you on posting this information. Xilinx seem to forget theit software is already dongled in a completely un-hackable way: a Xilinx FPGA/CPLD. Why dongle on top of that? A Xilinx support engineer told me once it is done to limit their tech support workload. But Xilinx have often said that software profits are only a very small part of their overall profits. In that situation, it is sound business to give the stuff away FOR FREE. I know the other argument for charging steep prices: Viewlogic (etc) charge a lot of licensing *their* s/w to Xilinx. But how many millions does it take to write one's own schematic entry / simulation program, which *could* then be given away? Presumably Xilinx bought Neocad mainly because Neocad could have produced silicon-vendor-independent libraries, and thus made designs portable between silicon vendors. Xilinx's worst nightmare. Peter. Return address is invalid to help stop junk mail. E-mail replies to z80@digiXYZserve.com but remove the XYZ.Article: 7668
>The key is for the Metamor VHDL compiler only. This requirement is due >to a licensing agreement with Metamor and will go away when Xilinx >moves to FPGA Express as their VHDL synthesis tool. You can tie the >FlexLM license to your ethernet address instead of your hard drive's >volume ID. Customer service should be able to return your license >agreement in less than a day if you supply them with your serial >number. In which case it would be a good idea to *first* make a copy of the little EEPROM on the ethernet card :) In case the LAN card packs up after the vendor stops supporting this licensing method, in a year or two's time. Peter. Return address is invalid to help stop junk mail. E-mail replies to z80@digiXYZserve.com but remove the XYZ.Article: 7669
In article <01bcc769$7f950f60$6e0db780@Rich>, Rich K. <rich.katz-nospam@gsfc.nasa.gov> wrote: >...it's just a few thousand $. i don't see how anybody >could be in business (gov't or private) that won't spend that amount of >money on tools and don't see how we can expect up-to-date, QUALITY and >GUARANTEED and SUPPORTED tools for free. A few thousand dollars is trivial for a business which is convinced that this tool is fundamental to doing business effectively. It's not so trivial to an engineer trying to sell his boss on the idea that it might be worthwhile. Such prices are typically unaffordable to anyone who can't *prove* that such a tool is *essential*. This shuts out a lot of outfits which might become customers but need to experiment and get people sold on it first. As for expecting quality software for free, do you expect quality IC databooks for free? It costs a lot of money to produce those things, you know. (Have you priced specialty technical books lately?) Yet somehow, people who are in business to sell *ICs* have figured out that it's worth giving the databooks away rather than trying to charge $100 each, because they sell more *ICs* that way. Even the ones who do charge for databooks are not recovering much more than shipping and handling costs. Ask any of them, and they'll tell you that treating their databooks as a profit center, rather than as a marketing tool, would be shooting themselves in the foot... if not the head. Most companies that want to sell ICs spend a lot of money and go to a lot of effort to make it as easy as possible for engineers to make use of their products. Unfortunately, the FPGA companies haven't yet figured out that their product is FPGAs, not software. In this business, shooting yourself in the foot is considered standard practice. >> >The feed-the-bits-in algorithm for *some* FPGAs is published. Not all. >> You mean some aren't? How are they programmed? > >uh, using the magic activator, that's how! Or the magic programming box. -- The operating systems of the 1950s will be out | Henry Spencer next year from Microsoft. -- Mark Weiser | henry@zoo.toronto.eduArticle: 7670
Hi, We're Hunter International, an Engineering Recruitment firm based out of Chicago, and this message will be of interest to many of you who are experts in dealing with DSP driven development projects. We have a tremendous need for professionals in your area of expertise for a client of ours that is doing absolutely stellar design and development. This firm is located in Northern California, literally the "Valley", and is one of the nation's top employers. They have a great need for the best Hardware and Software professional the industry has to offer. The projects they are working on are simply at the top tier in the field, and salary/benefits are just about, if not the, best going today. There are multiple opportunities for both H/W & S/W, and it's a safe bet that even three years of experience will be enough, so there's room for people of all levels. Please consider this to be a very genuine, as well as unique, chance to do some amazing work for a world class firm. The R & D will be extremely enticing. The location of the facility and it's surroundings are second to none. There is even a fully functional health club on the premises! The salary and benefits are exceptional. Full relo, great investment plans, etc... If you have any desire to see what Northern California has to offer, this firm in particular, please contact us at your convenience. We guarantee that you WILL be impressed beyond your expectations with this company, and the location is simply gorgeous. All serious inquiries will be answered. All responses will be completely confidential. All DSP pro's can consider themselves as likely candidates. You will not be disappointed! Please write to us at: cleaner@starnetinc.com or fax us at: Hunter International (815)356-9225 Attn: David Steiger Thanks in advance, Dave...Article: 7671
Hello, My name is Sara Schrage and I am a technical recruiter with a national firm Hall Kinion. I am doing a confidential search for a company and was wondering if it was okay to post an opening on your site. If allowed to do so, I will be very cautious not to abuse this opportunity, and will limit my postings to once every two weeks, unless instructed differently. Please contact me with your decision. Regards, Sara SchrageArticle: 7672
<snip> > One answer I am not contemplating is placing LOC properties on > all the I/O DFFs! We have a VHDL design flow and many tens of > designs to do for several package-types, and this is *not* an option! Can't you put 'Place Instance name : Pxxx ;' in the constraint file (design.cst) to specify your IOB locations? I do it all the time for the 3k and 4k parts.... Austin Franklin darkroom@ix.netcom.comArticle: 7673
This just in from our paper designs department: the XC4062XL and XC4085XL are sooo big... The J32 (www3.sympatico.ca/jsgray/homebrew.htm) (a 32-bit RISC in half a XC4010) processor's datapath, if redesigned for XC4000XL, should fit nicely in 16 rows by 8-9 columns of CLBs. This got me thinking: 16x9 datapath 16x5 (guess) control logic 16x6 16-entry by 4-word-line instruction cache 16x2 page mode DRAM controller (also reqs. 40-50 IOBs) ---------------------------------- 16x22 integrated 32-bit RISC processor (32-bit instructions) 8x22 integrated 16-bit RISC processor (16-bit instructions) Assuming careful floorplanning, it should be possible to place six 32-bit processor tiles, or twelve 16-bit processor tiles, in a single 56x56 XC4085XL with space left over for interprocessor interconnect. Also the number of processor tiles can be doubled if we eschew the I-cache and simplify the microarchitecture -- though performance would greatly suffer. Jan Gray Redmond, WAArticle: 7674
What's the cheapest way for me to teach myself VHDL? What are the free resources on the net? -- Brad Eckert
Site Home Archive Home FAQ Home How to search the Archive How to Navigate the Archive
Compare FPGA features and resources
Threads starting:
Authors:A B C D E F G H I J K L M N O P Q R S T U V W X Y Z