Skip to content

Commit

Permalink
Changing clocking frequency label to Frequency (Hz) (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaahir158 authored Nov 27, 2024
1 parent 92c4996 commit f37bb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ModalWindows/ClockingModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ClockingModal({
{
fieldType: FieldType.number,
id: 'frequency',
text: 'Frequency',
text: 'Frequency (Hz)',
value: defaultValue.frequency,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tables/ClockingTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function ClockingTable({ device, update, notify }) {
const sources = GetOptions('Source');

const mainTableHeader = [
'', 'Action', 'En', 'Description', 'Source', 'Port/Signal name', 'Frequency', 'Clock Control', 'Fanout',
'', 'Action', 'En', 'Description', 'Source', 'Port/Signal name', 'Frequency (Hz)', 'Clock Control', 'Fanout',
'Block Power', 'Intc. Power', '%',
];

Expand Down

0 comments on commit f37bb87

Please sign in to comment.