Skip to content

Commit 82b0163

Browse files
committed
update README to include info for -use_latch
Signed-off-by: Thinh Nguyen <nguyenthinh19011@gmail.com>
1 parent b9c6fd4 commit 82b0163

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ram/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ generate_ram -mask_size bits
7070
| `-filler_cells` | A list of filler cells to use. Example: `{FILL_X1 FILL_X2 FILL_X4}`. |
7171
| `-tapcell` | The name of the tapcell master to insert into the grid to obey latchup requirements. Requires `-max_tap_dist`. If this argument is not provided, no tapcells will be inserted. |
7272
| `-max_tap_dist` | The distance (in microns) that tapcells should be placed apart. Requires `-tapcell`. |
73+
| `-use_latch` | If set to `1`, uses a two-phase latch-based design instead of flip-flops for the storage elements. Functionally equivalent to flip-flop design with smaller storage cell area. Default: `0`. |
7374
| `-write_behavioral_verilog` | Write a behavioral Verilog model of the RAM array to the specified file. |
7475

7576
## Example scripts

0 commit comments

Comments
 (0)