I don't know if it's possible to solve it, but my problem is as follows:
In the functional simulation, my design works fine, but when I run the post-synthesis simulation, the design doesn't works as it should. I only have access to the external ports; to detect the error, I should see the internal signals of design, but as the synthesizer changes the name of all those signals, I can't see them.
I know that I could see those signals adding ports to the top entity but there too many to do that.
Maybe it would be possible using records?
The code is in VHDL and the simulations are done with ModelSim and the synthesizer is XST, I'm working with a Xilinx FPGA.
In the functional simulation, my design works fine, but when I run the post-synthesis simulation, the design doesn't works as it should. I only have access to the external ports; to detect the error, I should see the internal signals of design, but as the synthesizer changes the name of all those signals, I can't see them.
I know that I could see those signals adding ports to the top entity but there too many to do that.
Maybe it would be possible using records?
The code is in VHDL and the simulations are done with ModelSim and the synthesizer is XST, I'm working with a Xilinx FPGA.
Last edited: