LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Wed Jan 24 20:34:23 CET 2007
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/07/01 24:20:34

    Modified: jop/java/target/src/app/tal Tal.java
    Log:
    local eth and ip


    Revision Changes Path
    1.4 jop/java/target/src/app/tal/Tal.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/tal/Tal.java.diff?r1=1.3&r2=1.4

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: Tal.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/tal/Tal.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- Tal.java 9 Oct 2006 13:33:16 -0000 1.3
    +++ Tal.java 24 Jan 2007 19:34:23 -0000 1.4
    @@ -89,7 +89,9 @@
    Html.setOutValArray(outReg);
    // don't use CS8900 when simulating on PC
    if (!simpc) {
    - ipLink = CS8900.init(Net.eth, Net.ip);
    + int[] eth = {0x00, 0xe0, 0x98, 0x33, 0xb0, 0xf8};
    + int ip = (192<<24) + (168<<16) + (0<<8) + 123;
    + ipLink = CS8900.init(eth, ip);
    }
    // use instead Slip for PC simulation
    // LinkLayer ipLink = Slip.init(Const.IO_UART_BG_MODEM_BASE,



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.