diff --git a/compiler/datasheet/assets/datasheet.css b/compiler/datasheet/assets/datasheet.css index 5d4f1470..ff16f101 100644 --- a/compiler/datasheet/assets/datasheet.css +++ b/compiler/datasheet/assets/datasheet.css @@ -1,6 +1,6 @@ diff --git a/compiler/datasheet/assets/openram_logo_placeholder.png b/compiler/datasheet/assets/openram_logo_placeholder.png new file mode 100644 index 00000000..b19f0bfe Binary files /dev/null and b/compiler/datasheet/assets/openram_logo_placeholder.png differ diff --git a/compiler/datasheet/datasheet.py b/compiler/datasheet/datasheet.py index 70957b75..34eaaf3b 100644 --- a/compiler/datasheet/datasheet.py +++ b/compiler/datasheet/datasheet.py @@ -40,27 +40,32 @@ class datasheet(): DRC = 'skipped' LVS = 'skipped' PEX = 'skipped' - - self.html +='VLSIDA' - self.html +='

'+ self.name + '.html' + '

' - self.html +='

'+ 'DRC: ' + str(DRC) + '

' - self.html +='

'+ 'LVS: ' + str(LVS) + '

' - self.html +='

Ports and Configuration (DEBUG)

' + self.html += 'VLSIDAOpenRAM' + + + + + + self.html +='

'+ self.name + '.html' + '

' + self.html +='

'+ 'DRC: ' + str(DRC) + '

' + self.html +='

'+ 'LVS: ' + str(LVS) + '

' + + self.html +='

Ports and Configuration (DEBUG)

' self.html += in_out(self.io,table_id='data').__html__().replace('<','<').replace('"','"').replace('>',">") - self.html +='

Operating Conditions

' + self.html +='

Operating Conditions

' self.html += operating_conditions(self.operating,table_id='data').__html__() - self.html += '

Timing and Current Data

' + self.html += '

Timing and Current Data

' self.html += timing_and_current_data(self.timing,table_id='data').__html__() - self.html += '

Characterization Corners

' + self.html += '

Characterization Corners

' self.html += characterization_corners(self.corners,table_id='data').__html__() - self.html +='

Deliverables

' + self.html +='

Deliverables

' self.html += deliverables(self.dlv,table_id='data').__html__().replace('<','<').replace('"','"').replace('>',">") - self.html +='

*Feature only supported with characterizer

' + self.html +='

*Feature only supported with characterizer

' - self.html +='VLSIDA' +