Skip to content

Commit

Permalink
negative/positive unate warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: KrzysztofHerman <herman@ihp-microelectronics.com>
  • Loading branch information
KrzysztofHerman committed May 7, 2024
1 parent 5341ecd commit 05490c2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ihp-sg13g2/libs.ref/sg13g2_io/liberty/sg13g2_io_dummy.lib
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : positive_unate;
timing_sense : negative_unate;
timing_type : three_state_enable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -576,7 +576,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : negative_unate;
timing_sense : positive_unate;
timing_type : three_state_disable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -691,7 +691,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : positive_unate;
timing_sense : negative_unate;
timing_type : three_state_enable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -720,7 +720,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : negative_unate;
timing_sense : positive_unate;
timing_type : three_state_disable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -835,7 +835,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : positive_unate;
timing_sense : negative_unate;
timing_type : three_state_enable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -864,7 +864,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : negative_unate;
timing_sense : positive_unate;
timing_type : three_state_disable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -1016,7 +1016,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : positive_unate;
timing_sense : negative_unate;
timing_type : three_state_enable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -1045,7 +1045,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : negative_unate;
timing_sense : positive_unate;
timing_type : three_state_disable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -1197,7 +1197,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : positive_unate;
timing_sense : negative_unate;
timing_type : three_state_enable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -1226,7 +1226,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : negative_unate;
timing_sense : positive_unate;
timing_type : three_state_disable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -1378,7 +1378,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : positive_unate;
timing_sense : negative_unate;
timing_type : three_state_enable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down Expand Up @@ -1407,7 +1407,7 @@ library (sg13g2_io_dummy) {
}
timing () {
related_pin : "c2p_en";
timing_sense : negative_unate;
timing_sense : positive_unate;
timing_type : three_state_disable;
cell_rise (delay_template_2x2) {
values ( \
Expand Down

0 comments on commit 05490c2

Please sign in to comment.