syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
Hi all
My Pacemenet and Routing is taking tooo much time, when I do it with UCF file.
If I do it without UCF file it works just fine...
For simplicity what I did was just tried a simple program and it was similar. i.e. with UCF file takes looong time, while without it works fine...
I understand that it the PAR route and re-route but it seems to take too much time at phase-7 , later in the next phase take much longer time
Another noting point was that after phase 6, it run phase 8 then goto phase 7
The design is simplest, even then it takes tooooo much time. (a simple counter , for testing of timing analysis and simulation)
I have put my UCF file here since I cannot understand parameters like offset in and offset out and what values related to clock time I should put there...
Eagerly waiting,
- - - Updated - - -
Also How important is TIMING simulation, once your static simulation is fine...
My Pacemenet and Routing is taking tooo much time, when I do it with UCF file.
If I do it without UCF file it works just fine...
For simplicity what I did was just tried a simple program and it was similar. i.e. with UCF file takes looong time, while without it works fine...
I understand that it the PAR route and re-route but it seems to take too much time at phase-7 , later in the next phase take much longer time
Another noting point was that after phase 6, it run phase 8 then goto phase 7
The design is simplest, even then it takes tooooo much time. (a simple counter , for testing of timing analysis and simulation)
I have put my UCF file here since I cannot understand parameters like offset in and offset out and what values related to clock time I should put there...
Eagerly waiting,
Code:
#Created by Constraints Editor (xc6vlx240t-ff1156-1) - 2013/05/20
NET "clk" TNM_NET = clk;
TIMESPEC TS_clk = PERIOD "clk" 10 ns HIGH 50%;
#Created by Constraints Editor (xc6vlx240t-ff1156-1) - 2013/05/20
NET "a" OFFSET = IN 3 ns VALID 3 ns BEFORE "clk" RISING;
#Created by Constraints Editor (xc6vlx240t-ff1156-1) - 2013/05/20
INST "cntr_out<0>" TNM = cnt_GP;
INST "cntr_out<1>" TNM = cnt_GP;
INST "cntr_out<2>" TNM = cnt_GP;
INST "cntr_out<3>" TNM = cnt_GP;
INST "cntr_out<4>" TNM = cnt_GP;
INST "cntr_out<5>" TNM = cnt_GP;
INST "cntr_out<6>" TNM = cnt_GP;
INST "cntr_out<7>" TNM = cnt_GP;
TIMEGRP "cnt_GP" OFFSET = OUT 3 ns AFTER "clk";
- - - Updated - - -
Also How important is TIMING simulation, once your static simulation is fine...