mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
added units to AREA on datasheet
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user