deebar
Newbie level 4

- Joined
- Feb 13, 2003
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Toronto, Canada
- Activity points
- 50
clkdv_divide
Hi,all:
I'm using Xinlinx Spartan II FPGA (XC2S50) for my design.The design flow is XST Verilog.To get a 1/16 frequency of the main clock,i use the DLL,but the DLL's default divide ratio is 2.0,so how to change the parameter CLKDV_DIVIDE? I use the code as follows:
defparam dll_ins.CLKDV_DIVIDE = 16.0;
But the ISE 4.2i gives the error as follows:
ERROR:Xst:1076 - dlldv.v Line 20. Identifier 'CLKDV_DIVIDE' not declared
1 error in compilation
Can anyone help me?
Hi,all:
I'm using Xinlinx Spartan II FPGA (XC2S50) for my design.The design flow is XST Verilog.To get a 1/16 frequency of the main clock,i use the DLL,but the DLL's default divide ratio is 2.0,so how to change the parameter CLKDV_DIVIDE? I use the code as follows:
defparam dll_ins.CLKDV_DIVIDE = 16.0;
But the ISE 4.2i gives the error as follows:
ERROR:Xst:1076 - dlldv.v Line 20. Identifier 'CLKDV_DIVIDE' not declared
1 error in compilation
Can anyone help me?