T
thomasc
Guest
Hi all,
I'm a newbie in FPGA and I got stuck while trying to simulate
post-synthesis simulation models that were generated by Xilinx ISE 6.3.
I declared a reset signal in my design and testbench. When I tried to
simulate the post-synthesis models, my design didn't seem to be reacting
to the reset signal I declared. Besides, while synthsizing, Xilnx ISE
automatically imported a signal called GSR(Global Set Reset?) from glbl
library.
1) I was wondering if I needed to use this GSR signal as reset of my
design.
2) If so, should I make my design sensitive to negedge GSR or negaive GSR?
3) I haven't been able to find out how to use GSR in my design. I tried to
istanciate glbl by writng something like "glbl GB ();". But it didn't work.
is there a particular way to use GSR in my design?
Thanks much in advance!
I'm a newbie in FPGA and I got stuck while trying to simulate
post-synthesis simulation models that were generated by Xilinx ISE 6.3.
I declared a reset signal in my design and testbench. When I tried to
simulate the post-synthesis models, my design didn't seem to be reacting
to the reset signal I declared. Besides, while synthsizing, Xilnx ISE
automatically imported a signal called GSR(Global Set Reset?) from glbl
library.
1) I was wondering if I needed to use this GSR signal as reset of my
design.
2) If so, should I make my design sensitive to negedge GSR or negaive GSR?
3) I haven't been able to find out how to use GSR in my design. I tried to
istanciate glbl by writng something like "glbl GB ();". But it didn't work.
is there a particular way to use GSR in my design?
Thanks much in advance!