Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Cypress Warp 6.3 library management

 
Thread Tools Search this Thread
Old 08-12-2004, 11:04 AM   #1
Default Cypress Warp 6.3 library management


Are there anyone out there that is using their own library with warp 6.3?
There is no way i can get the compiler to find them unless i copy the
library into the project directory.
Warp seems to disregard the path....

agdepus




agdepus
  Reply With Quote
Old 08-13-2004, 07:51 PM   #2
Ken Smith
 
Posts: n/a
Default Re: Cypress Warp 6.3 library management
In article <411b3cd0$>, agdepus <agdepus@$£online.no> wrote:
>Are there anyone out there that is using their own library with warp 6.3?
>There is no way i can get the compiler to find them unless i copy the
>library into the project directory.


That's what I did too.

Creating a windows short cut didn't work right either. I thought I'd
found a way around it. You could try asking the nice folks at Cypress.


--
--
forging knowledge



Ken Smith
  Reply With Quote
Old 09-09-2004, 06:07 PM   #3
Charles M. Elias
 
Posts: n/a
Default Re: Cypress Warp 6.3 library management
"agdepus" <agdepus@$£online.no> wrote in message news:<411b3cd0$>...
> Are there anyone out there that is using their own library with warp 6.3?
> There is no way i can get the compiler to find them unless i copy the
> library into the project directory.
> Warp seems to disregard the path....
>
> agdepus


Here is the procedure:

1. Write your library and save it.

2. In Galaxy click on File/New and select Project(target library).
Add the VHDL file or files to this project in the same way you do for
a hardware project. The order of the files is important if a file
uses modules from another file. Order the files so that the most
primitive files appear at the top of the list, followed by the files
that use the primitives.

3. Compile this project. You now have a compiled VHDL library.

4. In order to use this library in a VHDL project that targets a
device you open the that project in Galaxy and and select
Project/Library Manager. In the Libraries dialog box, select the
Assign tab and click Add. Enter the library name and path (you can
use the ... button to browse and select the path that way.

5. Close all of the dialogs, and then you can check to see if you did
it right by selecting Project/Library Mangager again. Your library
should appear in the dialog box window. Don't forget the "use
statement" for your library in your project's VHDL code. You must use
step 4 above for each project in which you want to use your library.

Best regards,

Charles


Charles M. Elias
  Reply With Quote
Old 02-09-2008, 02:18 AM   #4
livium
Junior Member
 
Join Date: Feb 2008
Posts: 3
Question I have a problem with libraries..
First of all....my english its no so good...i hope i can handle.

I want to write the VHDL code for an AM2901 from AMD. I have the code from a book. I created all the files step by step like in the book. The basic library, each functional block, and the final file wich includes the description of entire AM2901. Anyway...how can i put two different custom libraries in "work". With only one..it works..because i have the index file and the vif file. When i put the other vif file (from the second library) i cant merge de indexes. I hope you guys, understand what i tried to say.

Thank you.

LE: I have the error message E429


livium

Last edited by livium : 02-09-2008 at 02:31 AM.
livium is offline   Reply With Quote
Old 02-09-2008, 05:15 PM   #5
livium
Junior Member
 
Join Date: Feb 2008
Posts: 3
Default
Anybody...?


livium
livium is offline   Reply With Quote
Old 02-10-2008, 06:43 PM   #6
livium
Junior Member
 
Join Date: Feb 2008
Posts: 3
Default
HELP...PLEASE..EXPERTS?


livium
livium is offline   Reply With Quote
Old 05-01-2008, 10:42 AM   #7
kva
Junior Member
 
Join Date: May 2008
Posts: 2
Send a message via Yahoo to kva
Default
When i compiled this code using warp 6.3 galaxy, i got a popup message "vhdlfe.exe has encountered a problem and needs to close. We are sorry for the inconvenience", need help.

Thanks,

------------------------------------
Code:
library IEEE; use IEEE.STD_LOGIC_1164.all, IEEE.NUMERIC_STD.all; entity ENCODE_8_3_CASE is port (A:in unsigned(7 downto 0); Y:out unsigned(2 downto 0)); end entity ENCODE_8_3_CASE; attribute part_name of ENCODE_8_3_CASE : entity is "22V10"; attribute PIN_NUMBERS of ENCODE_8_3_CASE: entity is " A(7):09 A(6):08 A(5):07 A(4):6 A(3):5 A(2):4 A(1):3 A(0):2 Y(2):21 Y(1):22 Y(0):23"; end entity ENCODE_8_3_CASE; architecture LOGIC of ENCODE_8_3_CASE is begin process(A) begin case A is when "00000001" => Y <= "000"; when "00000010" => Y <= "001"; when "00000100" => Y <= "010"; when "00001000" => Y <= "011"; when "00010000" => Y <= "100"; when "00100000" => Y <= "101"; when "01000000" => Y <= "110"; when "10000000" => Y <= "111"; when others => Y <= "000"; end case; end process; end architecture LOGIC;


kva

Last edited by kva : 05-01-2008 at 10:45 AM.
kva is offline   Reply With Quote
Old 05-01-2008, 01:25 PM   #8
kva
Junior Member
 
Join Date: May 2008
Posts: 2
Send a message via Yahoo to kva
Default
Problem Solved Thanks.


kva
kva is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
error: java.lang.UnsatisfiedLinkError: Can't load library: /home/nalgo01/libcImpl.so gopinath511 Software 0 01-07-2009 09:13 AM
Patriot 128GB Warp SSD Admin Front Page News 0 12-01-2008 12:56 PM
SFX Sound Effects Libraries - Cheap!! Barbara DVD Video 1 11-11-2006 12:23 PM
fwd: Copyright law caught in its own time warp Netmask DVD Video 3 07-23-2006 02:40 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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