Update sky130_fd_bd_sram commit

This commit is contained in:
mrg
2022-06-07 12:10:16 -07:00
parent fbe3032246
commit 7b2f73d8b9
3 changed files with 6 additions and 5 deletions
@@ -8,7 +8,7 @@ num_words = 1024
human_byte_size = "{:.0f}kbytes".format((word_size * num_words)/1024/8)
# Allow byte writes
#write_size = 8 # Bits
write_size = 8 # Bits
# Dual port
num_rw_ports = 0