mirror of https://github.com/VLSIDA/OpenRAM.git
added units to AREA on datasheet
This commit is contained in:
parent
ed901aba5f
commit
475db65d26
|
|
@ -552,7 +552,7 @@ def parse_characterizer_csv(f, pages):
|
|||
new_sheet.io_table.add_row(['NUM_RW_PORTS', NUM_RW_PORTS])
|
||||
new_sheet.io_table.add_row(['NUM_R_PORTS', NUM_R_PORTS])
|
||||
new_sheet.io_table.add_row(['NUM_W_PORTS', NUM_W_PORTS])
|
||||
new_sheet.io_table.add_row(['Area', AREA])
|
||||
new_sheet.io_table.add_row(['Area (µm<sup>2</sup>)', AREA])
|
||||
|
||||
|
||||
class datasheet_gen():
|
||||
|
|
|
|||
Loading…
Reference in New Issue