Search Results

Search: Posts Made By: veerabahu
3,604
Posted By veerabahu
The output file wont work missing those lines...
The output file wont work missing those lines mentioned.
These are the first 40 odd lines of my 1000 line vcd script file. I am looking for the changes (shown in bold & italics) for any number of...
3,604
Posted By veerabahu
here is the expected output ... Note: Applies for...
here is the expected output ... Note: Applies for all occurrences of the vector bits a[n..0],b[n..0] and sum[n..0].

$var wire 1 e a[3] $end
$var wire 1 d a[2] $end
$var wire 1 c a[1] $end...
3,604
Posted By veerabahu
I should have clarified in the beginning.My bad. ...
I should have clarified in the beginning.My bad.
The vcd script has almost 1000 lines and not all lines have this
$var ..... $end pattern and not all of them vector bits,so the one using sort...
3,604
Posted By veerabahu
Thanks but I have many vcd files like this,so I...
Thanks but I have many vcd files like this,so I wanna generalized perl script i could run on all these files instead of seraching for the lines.T
The pattern would be this in all these vcd files...
3,604
Posted By veerabahu
Expected output: $var wire 1 e a[3] $end ...
Expected output:

$var wire 1 e a[3] $end
$var wire 1 d a[2] $end
$var wire 1 c a[1] $end
$var wire 1 b a[0] $end
$var wire 1 i b[3] $end
$var wire 1 h b[2] $end
$var wire 1 g b[1] $end
$var...
3,604
Posted By veerabahu
Search and swap multiple lines in file using Perl
Hi all,
I have a vcd file with a bunch of lines containing an array, like this
$var wire 1 b a[0] $end
$var wire 1 c a[1] $end
$var wire 1 d a[2] $end
$var wire 1 e a[3] $end
$var wire 1 f b[0]...
1,643
Posted By veerabahu
capturing selective data from a vcd file
Hi,
This is a vcd file.A vcd file may have 'n' modules.
1) I need to capture the data in bold,i.e. the module names (shown in bold)
2) Also i need to capture the data inside each individual...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 03:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy