fullchip sim now compiles again, after moving eth and models over to new simple_gemac
[debian/gnuradio] / usrp2 / fpga / models / xlnx_glbl.v
1 module xlnx_glbl\r
2 (\r
3   GSR,\r
4   GTS\r
5 );\r
6 \r
7   //--------------------------------------------------------------------------\r
8   // Parameters\r
9   //--------------------------------------------------------------------------\r
10 \r
11   //--------------------------------------------------------------------------\r
12   // IO declarations\r
13   //--------------------------------------------------------------------------\r
14 \r
15   output GSR;\r
16   output GTS;\r
17 \r
18   //--------------------------------------------------------------------------\r
19   // Local declarations\r
20   //--------------------------------------------------------------------------\r
21 \r
22   //--------------------------------------------------------------------------\r
23   // Internal declarations\r
24   //--------------------------------------------------------------------------\r
25 \r
26   assign GSR = 0;\r
27   assign GTS = 0;\r
28   \r
29 endmodule\r