Skip to content

Commit

Permalink
sram: fix fakeram clock problem
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Sep 17, 2024
1 parent a5918da commit bf093a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sram/fakeram/sdq_17x64.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ library (sdq_17x64) {
timing () {
related_pin : "clk";
timing_sense : positive_unate;
timing_type : combinational;
timing_type : rising_edge;
cell_rise (delay_template_7x7_x1) {
index_1 ("5, 10, 20, 40, 80, 160, 320");
index_2 ("5.76, 11.52, 23.04, 46.08, 92.16, 184.32, 368.64");
Expand Down

0 comments on commit bf093a0

Please sign in to comment.