Skip to content

Commit

Permalink
update the mem pool for lab5
Browse files Browse the repository at this point in the history
  • Loading branch information
JiacongSun committed Dec 9, 2024
1 parent c52d30a commit 4b7b4d6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions zigzag/cacti/cacti_master/example_mem_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -694,3 +694,33 @@
size_byte: 33554432
technology: '0.022'

1024_Byte_256_BW_1_1_0_BANK_COUNT_1_TECH_0.028:
IO_bus_width: 256
area: 0.012752
bank_count: '1'
cost:
read_word: 0.00478175
write_word: 0.00558964
ex_rd_port: '1'
ex_wr_port: '1'
memory_type: sram
rd_wr_port: '0'
size_bit: 8192
size_byte: 1024
technology: '0.028'

2048_Byte_512_BW_1_1_0_BANK_COUNT_1_TECH_0.028:
IO_bus_width: 512
area: 0.0416345
bank_count: '1'
cost:
read_word: 0.016863
write_word: 0.0177358
ex_rd_port: '1'
ex_wr_port: '1'
memory_type: sram
rd_wr_port: '0'
size_bit: 16384
size_byte: 2048
technology: '0.028'

0 comments on commit 4b7b4d6

Please sign in to comment.