Skip to content

Commit

Permalink
Merge pull request #30 from siliconcompiler/fix-lib
Browse files Browse the repository at this point in the history
remove stray max_transitions from SRAM model
  • Loading branch information
gadfort authored Aug 15, 2023
2 parents b701168 + 7b384fd commit 8d97ce9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ cell (sky130_sram_2kbyte_1rw1r_32x512_8){
bus_type : addr;
direction : input;
capacitance : 0.006889999999999999;
max_transition : 0.04;
pin(addr0[8:0]){
timing(){
timing_type : setup_rising;
Expand Down Expand Up @@ -222,7 +221,6 @@ cell (sky130_sram_2kbyte_1rw1r_32x512_8){
bus_type : wmask;
direction : input;
capacitance : 0.006889999999999999;
max_transition : 0.04;
pin(wmask0[3:0]){
timing(){
timing_type : setup_rising;
Expand Down Expand Up @@ -424,7 +422,6 @@ cell (sky130_sram_2kbyte_1rw1r_32x512_8){
bus_type : addr;
direction : input;
capacitance : 0.006889999999999999;
max_transition : 0.04;
pin(addr1[8:0]){
timing(){
timing_type : setup_rising;
Expand Down

0 comments on commit 8d97ce9

Please sign in to comment.