J
jesse lackey
Guest
Sorry for the total newbie dumb questions. It is rather frustrating
that I can't figure it out and am not finding help / docs on this.
I have a project with a single .vhd file. Fine.
I have another module developed and tested in another project, called
"multiplexed_output".
All I want to do is have that module be part of my main project, so I
can start using it.
If I do "add source", it becomes part of the project, and I can do a
"check syntax" on it just fine. However it is not seen by the main
module, so trying to instantiate "multiplexed_output" fails. Undefined
symbol.
I was able to have two files in the project I used to create
"multiplexed_output", the main vhdl code and a testbench in vhdl.
However this was created for me by a wizard in ISE, and now that I have
to do it myself, I'm stuck.
It is probably like 4 mouseclicks, but I could be here all evening. I'd
rather not copy the vhdl code into the one vhdl file I have in the main
project. Modularity and all.
as an aside, I'm really thinking of switching to Altera for the next
design, primarily due to user-unfriendlyness of xilinx tools. Bugs and
crashes and meaningless error messages. Does anyone who has used recent
versions of both have an opinion on this?
Thanks in advance
J
that I can't figure it out and am not finding help / docs on this.
I have a project with a single .vhd file. Fine.
I have another module developed and tested in another project, called
"multiplexed_output".
All I want to do is have that module be part of my main project, so I
can start using it.
If I do "add source", it becomes part of the project, and I can do a
"check syntax" on it just fine. However it is not seen by the main
module, so trying to instantiate "multiplexed_output" fails. Undefined
symbol.
I was able to have two files in the project I used to create
"multiplexed_output", the main vhdl code and a testbench in vhdl.
However this was created for me by a wizard in ISE, and now that I have
to do it myself, I'm stuck.
It is probably like 4 mouseclicks, but I could be here all evening. I'd
rather not copy the vhdl code into the one vhdl file I have in the main
project. Modularity and all.
as an aside, I'm really thinking of switching to Altera for the next
design, primarily due to user-unfriendlyness of xilinx tools. Bugs and
crashes and meaningless error messages. Does anyone who has used recent
versions of both have an opinion on this?
Thanks in advance
J