simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [bug #25665] ATmega8 simulation is broken (PORTA)


From: Dmitry Xmelkov
Subject: [Simulavr-devel] [bug #25665] ATmega8 simulation is broken (PORTA)
Date: Sun, 22 Feb 2009 00:17:32 +0000
User-agent:

URL:
  <http://savannah.nongnu.org/bugs/?25665>

                 Summary: ATmega8 simulation is broken (PORTA)
                 Project: Simulavr: an AVR simulator
            Submitted by: dmix
            Submitted on: Вск 22 Фев 2009 00:17:30
                Category: Simulation
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The CVS simulavr is failed with ATmega8. The error message is:

   devsupp.c:321: ERROR: reference vdev hasn't been created yet

Seems, the reason is the next record in src/defn/mega8.h:
        {
            .addr = 0x3b,
            .name = "PORTA",
            .ref_addr = 0x39,
            .reset_value = 0x00,
            .rd_mask = 0xff,
            .wr_mask = 0xff,
        },
After excluding this record, the simulation is OK.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25665>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]