post-simulation some code problems

Status
Not open for further replies.

xworld2008

Full Member level 4
Joined
Dec 13, 2002
Messages
230
Helped
18
Reputation
36
Reaction score
14
Trophy points
1,298
Activity points
1,801
post-simulation

when post-simulation with xilinx's ISE4 ,I add glbl.v to my top module:
`include "glbl.v"
reg GSR;
assign glbl.GSR = GSR;
reg GTS;
assign glbl.GTS = GTS;
initial
begin
GSR=1; GTS=1;
#100 GSR=0; GTS=0;
end
what's wrong with me ?
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…