L2L3NAT_8_1Gig_hw memory initialization location
anybody know which SRAM, SDRAM, and Scratchpad memory location should be initialized before running simulation? so that a script to initialize that specific memory location. thanks. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
--- Eng Kean
memory location should be initialized before running simulation? so that a script to initialize that specific memory location. thanks.
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
//initial scratch_pad int i; for(i=0; i<1024; i++){ fbi.scratch_pad[i] = 0; } for(i=0;i<32;i++){ sram[i]=0; } _________________________________________________________ Do You Yahoo!? "您想享受2-7折星级酒店价格吗?" http://cn.travel.yahoo.com/
Hi, I have a very basic question, how do we figure out the MAC addresses on the ixp1200 ENP2505-P card? I boot the card by running bootixp script and when I run ifconfig it gave me AA:00:00:00:00:01 for eth0. I assume that this is not the one that I'm looking for and since the card has 4 ethernet ports where can I get the rest? Could someone give me a clue? Thanks in advance. Andrew Jauri College of Engineering and Computer Science Portland State University
Andrew,
Try running the hardware version of the "l3fwdr".
You will be able to see the other 4 interfaces then.
best,
-Nimit
----- Original Message -----
From: "Andrew Putra Jauri"
Hi,
I have a very basic question, how do we figure out the MAC addresses on the ixp1200 ENP2505-P card? I boot the card by running bootixp script and when I run ifconfig it gave me AA:00:00:00:00:01 for eth0. I assume that this is not the one that I'm looking for and since the card has 4 ethernet ports where can I get the rest? Could someone give me a clue? Thanks in advance.
Andrew Jauri College of Engineering and Computer Science Portland State University
participants (4)
-
Andrew Putra Jauri
-
Eng Kean
-
Nimit S Sawhney
-
Robie Tom