Steps
(1) type command to source the script, perl <path of the script> -input <path of the input> -waiver <path of the waiver> -output <path of the output>
(2) Script will be activated, and read through input file and waiver.csv, to generate a filtered input to output path
(3) Data in waiver.csv will be stored in hash, with the ports/pins name and the threshold target are the both of the strings which can be used to check if any matched in input file, if yes, then check if the adjusted threshold value lower or equal to the target threshold in input file, if yes, status change from violated to waived
(4) output file will be the same as input file, unless the conditions mentioned in (3) are fulfilled.
| [reply] |
Steps
(1) type command to source the script, perl <path of the script> -input <path of the input> -waiver <path of the waiver> -output <path of the output>
(2) Script will be activated, and read through input file and waiver.csv,
to generate a filtered input to output path
(3) Data in waiver.csv will be stored in hash,
with the ports/pins name and the threshold target
are the both of the strings which can be used to
check if any matched in input file, if yes,
then check if the adjusted threshold value
lower or equal to the target threshold in input file,
if yes, status change from violated to waived
(4) output file will be the same as input file, unless the conditions mentioned in (3) are fulfilled.
I think i wasn't clear enough.
If I give you a piece of paper with three four lines of input on it, what would you do to create the final list on another piece of paper? What is every single step you would take?
Grab some pen/paper and actually physically perform this task, then write down every action, every step, leave nothing out, and post those steps here
| [reply] |
I have stated clearly about all those, input is just like tat, with the information following is just similar to the input i post, i am pretty sure is clear enough to understand
| [reply] |