G
glen herrmannsfeldt
Guest
I don't understand the use of WORK in VHDL.
I have a large module, well entity in VHDL, that references
many other entities without any problem. But then I wanted
one of those to reference an entity, and got errors from Xilinx ISE.
The fix seems to be to put WORK. in front of the entity name.
Am I supposed to put WORK. in front of all the entity refernces?
I am more used to verilog, but structural VHDL isn't all that
different from structural verilog, if you change a few words.
-- glen
I have a large module, well entity in VHDL, that references
many other entities without any problem. But then I wanted
one of those to reference an entity, and got errors from Xilinx ISE.
The fix seems to be to put WORK. in front of the entity name.
Am I supposed to put WORK. in front of all the entity refernces?
I am more used to verilog, but structural VHDL isn't all that
different from structural verilog, if you change a few words.
-- glen