Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

How to insert the content of a file into another file before/after a pattern match?

by sumathigokul (Acolyte)
on May 09, 2015 at 06:09 UTC ( [id://1126171]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    File1 is as follows....
    architecture DEF_ARCH of fulladder_postsyn is 
    ...
    
        signal \GND\, \VCC\, N_5, a_c, b_c, c_c, sum_c, GND_0, VCC_0
             : std_logic;
    
  2. or download this
    File2 is as follows..
    component XOR2 
    ...
             B : in std_logic := 'U';
             Y : out std_logic);
    end component;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1126171]
Approved by Happy-the-monk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-19 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found