A simple question
what is the best way to design and debugg some vhd file when you are creating and working on a project from planAhead - xps?
i got used to creating my stuff with these two - they are really great once we have gone through the tutorial. And i start creating more complex projects which involve writing my vhd code.
by now i used to write it by hand, mostly modifying "user_logic.vhd" but now i would like to create different level of implemantations and i need syntax debugging, and to me, it is not obvious how we are supposed to do so.
At now the only solution i came up with was to create an ise project with my vhd files including user_logic, doing my work, and then copy the result back into my planAhead project.