diff --git a/src/components/Tables/BramTable.js b/src/components/Tables/BramTable.js index 4709db3e..d682dd65 100644 --- a/src/components/Tables/BramTable.js +++ b/src/components/Tables/BramTable.js @@ -158,7 +158,7 @@ function BramTable({ device, update, notify }) { ]; const mainTableHeader = [ - '', 'Action', 'En', 'Name/Hierarchy', 'BRAM Type', 'Used', 'Port', 'Clock', 'Width', 'Write En', 'Read En', + '', 'Action', 'En', 'Name/Hierarchy', 'BRAM Type', 'BRAMs Used', 'Port', 'Clock', 'Width', 'Write En', 'Read En', 'Toggle Rate', 'Clock Freq', 'RAM Depth', 'O/P Sig Rate', 'Block Power', 'Intc. Power', '%', ]; diff --git a/src/components/Tables/DspTable.js b/src/components/Tables/DspTable.js index 392798c8..36d60963 100644 --- a/src/components/Tables/DspTable.js +++ b/src/components/Tables/DspTable.js @@ -106,7 +106,7 @@ function DspTable({ device, update, notify }) { ]; const mainTableHeader = [ - '', 'Action', 'En', 'Name/Hierarchy', 'XX', 'DSP Mode', { className: 'no-wrap', text: 'A-W' }, { className: 'no-wrap', text: 'B-W' }, + '', 'Action', 'En', 'Name/Hierarchy', 'No. of Multipliers', 'DSP Mode', { className: 'no-wrap', text: 'A-W' }, { className: 'no-wrap', text: 'B-W' }, 'Clock', 'Pipeline', 'T-Rate', 'Block Used', 'Clock Freq', 'O/P Sig Rate', 'Block Power', 'Intc. Power', '%', ];