ioztelcan
Newbie level 4
- Joined
- Apr 4, 2013
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,371
Hi,
After I got the .lib file from elc I realized that my output pins have no useful information about them, while the input pins seem fine. I get this in the .lib file:
...
}
pin(Y) {
direction : output;
output_signal_level : RAIL_VDD;
capacitance : 0;
rise_capacitance : 0;
fall_capacitance : 0;
rise_capacitance_range ( 0, 0) ;
fall_capacitance_range ( 0, 0) ;
max_capacitance : 0;
max_transition : 0;
}
dont_use : true;
dont_touch : true;
}
....
Any ideas about what might be wrong? Thanks in advance.
Ilker
After I got the .lib file from elc I realized that my output pins have no useful information about them, while the input pins seem fine. I get this in the .lib file:
...
}
pin(Y) {
direction : output;
output_signal_level : RAIL_VDD;
capacitance : 0;
rise_capacitance : 0;
fall_capacitance : 0;
rise_capacitance_range ( 0, 0) ;
fall_capacitance_range ( 0, 0) ;
max_capacitance : 0;
max_transition : 0;
}
dont_use : true;
dont_touch : true;
}
....
Any ideas about what might be wrong? Thanks in advance.
Ilker