Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Please find out the mistake in substitution function in the code??

by sumathigokul (Acolyte)
on May 11, 2015 at 13:05 UTC ( [id://1126313]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    file1 is common_modify.vhd which has following lines of codes 
        sum_1_SUM0_0 : XOR3
    ...
          port map(PAD => a, Y => a_c);
        sum_1_CO0_i : MAJ3
          port map(A => a_c, B => c_c, C => b_c, Y => N_5);
    
  2. or download this
    file2 is nets.txt which has following lines of codes 
    a_c
    b_c
    c_c
    
  3. or download this
    file3 is enabled_nets.txt which has following lines of codes 
    a_e
    b_e
    c_e
    
  4. or download this
    open (IN1, "<common_modify.vhd") or die;
    open (IN2, "<nets.txt") or die;
    ...
    $enabled_nets[$i]\,/);
        }
    }
    
  5. or download this
    sum_1_SUM0_0 : XOR3
          port map(A => b_e, B => a_e, C => c_e, Y => sum_c);
    ...
          port map(PAD => a, Y => a_c);
        sum_1_CO0_i : MAJ3
          port map(A => a_e, B => c_e, C => b_e, Y => N_5);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-29 15:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found