Skip to content

Commit

Permalink
updating labels in the tables as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaahir158 committed Nov 26, 2024
1 parent 55cc6b6 commit 91dc94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Tables/BramTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', '%',
];

Expand Down
2 changes: 1 addition & 1 deletion src/components/Tables/DspTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', '%',
];
Expand Down

0 comments on commit 91dc94e

Please sign in to comment.