Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: File modification on the fly (Verilog)

by toolic (Bishop)
on Aug 03, 2016 at 13:12 UTC ( [id://1169084]=note: print w/replies, xml ) Need Help??


in reply to Re^2: File modification on the fly (Verilog)
in thread File modification on the fly

Thank you so much for your help
You're welcome.
If I understand your script correctly, you are setting the line delimiter to a ";"
Yes.
and replacing all multiple spaces to single spaces?
\s refers to all types of whitespace; refer to perlre. The key here is that \s includes the newline character (\n). So, \s+ replaces multiple adjacent spaces, tabs and newlines. s///g changes all whitespace on a line.
For older netlists with ~5k cells, the script takes about 12 hours.
That is a surprisingly long time. Can you post your code for that?
  • Comment on Re^3: File modification on the fly (Verilog)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1169084]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-25 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found