[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] quickly check vhdl syntax



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/