Skip to content

Commit 4263f0d

Browse files
committed
platforms: asap7: Fixed set/reset signals for DFFASRHQNx1_ASAP7_75t_R
Signed-off-by: Jan Bylicki <[email protected]>
1 parent 5ac9869 commit 4263f0d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

flow/platforms/asap7/lib/CCS/asap7sc7p5t_SEQ_RVT_FF_ccs_220123.lib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11588,13 +11588,13 @@ library (asap7sc7p5t_SEQ_RVT_FF_ccs_220123) {
1158811588
}
1158911589
}
1159011590
ff (IQN,IQNN) {
11591-
clear : "!SETN";
11591+
clear : "!RESETN";
1159211592
clear_preset_var1 : L;
1159311593
clear_preset_var2 : L;
1159411594
clocked_on : "CLK";
1159511595
next_state : "!D";
1159611596
power_down_function : "(!VDD) + (VSS)";
11597-
preset : "!RESETN";
11597+
preset : "!SETN";
1159811598
}
1159911599
}
1160011600
cell (DFFHQNx1_ASAP7_75t_R) {

flow/platforms/asap7/lib/NLDM/asap7sc7p5t_SEQ_RVT_FF_nldm_220123.lib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,13 +2688,13 @@ library (asap7sc7p5t_SEQ_RVT_FF_nldm_220123) {
26882688
}
26892689
}
26902690
ff (IQN,IQNN) {
2691-
clear : "!SETN";
2691+
clear : "!RESETN";
26922692
clear_preset_var1 : L;
26932693
clear_preset_var2 : L;
26942694
clocked_on : "CLK";
26952695
next_state : "!D";
26962696
power_down_function : "(!VDD) + (VSS)";
2697-
preset : "!RESETN";
2697+
preset : "!SETN";
26982698
}
26992699
}
27002700

flow/platforms/asap7/lib/NLDM/asap7sc7p5t_SEQ_RVT_SS_nldm_220123.lib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,13 +2688,13 @@ library (asap7sc7p5t_SEQ_RVT_SS_nldm_220123) {
26882688
}
26892689
}
26902690
ff (IQN,IQNN) {
2691-
clear : "!SETN";
2691+
clear : "!RESETN";
26922692
clear_preset_var1 : L;
26932693
clear_preset_var2 : L;
26942694
clocked_on : "CLK";
26952695
next_state : "!D";
26962696
power_down_function : "(!VDD) + (VSS)";
2697-
preset : "!RESETN";
2697+
preset : "!SETN";
26982698
}
26992699
}
27002700

flow/platforms/asap7/lib/NLDM/asap7sc7p5t_SEQ_RVT_TT_nldm_220123.lib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,13 +2688,13 @@ library (asap7sc7p5t_SEQ_RVT_TT_nldm_220123) {
26882688
}
26892689
}
26902690
ff (IQN,IQNN) {
2691-
clear : "!SETN";
2691+
clear : "!RESETN";
26922692
clear_preset_var1 : L;
26932693
clear_preset_var2 : L;
26942694
clocked_on : "CLK";
26952695
next_state : "!D";
26962696
power_down_function : "(!VDD) + (VSS)";
2697-
preset : "!RESETN";
2697+
preset : "!SETN";
26982698
}
26992699
}
27002700

0 commit comments

Comments
 (0)