[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] quickly check vhdl syntax
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] quickly check vhdl syntax
- From: Sebastian <fatfpga@xxxxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 13:57:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; bh=YF+8v5IIJxMCnJgGXWT5eI+t3TdC+GOYWqrW0ArdQwU=; b=ssNffMVioAJKg3dkfz42woxci8ibb461mHDfv6UholOiC0YWpsi21CTkrYxhoDGZCVFJOymAmDV4yObLGyZGdmmp0Z9GbHaxK0BwmhiJH+BOgbmogbGNZCkF2bBpi6v3QgLYwJIXxfhuon0h7PUS3z8VH+OjzkS77R3P9YMwOT8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=w8tjKyUbmfCfNLoyVk4EN1BpeIJinbX8CwCC6AISeRtQnrv6lrR93nIxdgWBJCjJ2TxwukjqkRPAO98+2hNBAXg8wnwvR7/bd0Fwv6VTAF69RXgjSswHRWYi5dN4aKq6NPhGm0TvJH9ZqDw08sKv5aRYr/VcfbnXPhKyB+7rXuo=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.12 (X11/20080227)
hi,
i added my own ip in xps to a system for running petalinux. is there any
possibility to check the vhdl syntax of my user_logic.vhd before
executing 'make -f system.make bits' because with this command it takes
about 20 minutes to get a report if there is any syntax error in my
source code.
i tried to use 'ghdl -s user_logic.vhd' but with it i always get the error:
user_logic.vhd:54:10: primary unit "std_logic_arith" not found in
library "ieee"
user_logic.vhd:55:10: primary unit "std_logic_unsigned" not found in
library "ieee"
user_logic.vhd:57:9: cannot find resource library "proc_common_v2_00_a"
user_logic.vhd:58:25: primary unit "proc_common_pkg" not found in
library "proc_common_v2_00_a"
how can i quickly check my syntax of edited vhdl files?
thanks in advance
sebastian
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/