simulavr  1.1.0
AvrDevice_atmega128base Class Reference

AVRDevice class for ATMega64 and ATMega128. More...

#include <atmega128.h>

Inheritance diagram for AvrDevice_atmega128base:

Public Member Functions

 AvrDevice_atmega128base (unsigned flash_bytes, unsigned ee_bytes, unsigned ext_bytes, unsigned nrww_start)
 
 ~AvrDevice_atmega128base ()
 
- Public Member Functions inherited from AvrDevice
 AvrDevice (unsigned int ioSpaceSize, unsigned int IRamSize, unsigned int ERamSize, unsigned int flashSize, unsigned int pcSize=2)
 
virtual ~AvrDevice ()
 
void AddToResetList (Hardware *hw)
 
void AddToCycleList (Hardware *hw)
 
void RemoveFromCycleList (Hardware *hw)
 Removes from the cycle list, if possible. More...
 
void Load (const char *n)
 Load flash, eeprom, signature, fuses from elf file, wrapper for LoadBFD or LoadSimpleELF. More...
 
void ReplaceIoRegister (unsigned int offset, RWMemoryMember *)
 
bool ReplaceMemRegister (unsigned int offset, RWMemoryMember *)
 
RWMemoryMemberGetMemRegisterInstance (unsigned int offset)
 
void RegisterTerminationSymbol (const char *symbol)
 
PinGetPin (const char *name)
 
int Step (bool &untilCoreStepFinished, SystemClockOffset *nextStepIn_ns=0)
 
void Reset ()
 
void SetClockFreq (SystemClockOffset f)
 
SystemClockOffset GetClockFreq ()
 
void RegisterPin (const std::string &name, Pin *p)
 
void DeleteAllBreakpoints (void)
 Clear all breakpoints in device. More...
 
const std::string & GetFname (void)
 Return filename from loaded program. More...
 
const std::string & GetDeviceName (void)
 Return device name. More...
 
unsigned int GetDeviceSignature (void)
 Return device signature. More...
 
void SetDeviceNameAndSignature (const std::string &name, unsigned int signature)
 Set device signature and name. More...
 
unsigned int GetMemTotalSize (void)
 Get configured total memory space size. More...
 
unsigned int GetMemIOSize (void)
 Get configured IO memory space size. More...
 
unsigned int GetMemRegisterSize (void)
 Get configured register space size. More...
 
unsigned int GetMemIRamSize (void)
 Get configured internal RAM size. More...
 
unsigned int GetMemERamSize (void)
 Get configured external RAM size. More...
 
unsigned char GetRWMem (unsigned addr)
 Get a value of RW memory cell. More...
 
bool SetRWMem (unsigned addr, unsigned char val)
 Set a value to RW memory cell. More...
 
unsigned char GetCoreReg (unsigned addr)
 Get a value from core register. More...
 
bool SetCoreReg (unsigned addr, unsigned char val)
 Set a value to core register. More...
 
unsigned char GetIOReg (unsigned addr)
 Get a value from IO register (without offset of 0x20!) More...
 
bool SetIOReg (unsigned addr, unsigned char val)
 Set a value to IO register (without offset of 0x20!) More...
 
bool SetIORegBit (unsigned addr, unsigned bitaddr)
 Set a bit value to lower IO register (without offset of 0x20!) More...
 
bool ClearIORegBit (unsigned addr, unsigned bitaddr)
 Clear a bit value to lower IO register (without offset of 0x20!) More...
 
unsigned GetRegX (void)
 Get value of X register (16bit) More...
 
unsigned GetRegY (void)
 Get value of Y register (16bit) More...
 
unsigned GetRegZ (void)
 Get value of Z register (16bit) More...
 
void DebugOnJump ()
 When a call/jump/cond-jump instruction was executed. For debugging. More...
 
- Public Member Functions inherited from SimulationMember
virtual ~SimulationMember ()
 
- Public Member Functions inherited from TraceValueRegister
 TraceValueRegister (TraceValueRegister *parent, const std::string &name)
 Create a TraceValueRegister, with a scope prefix built on parent scope + name. More...
 
 TraceValueRegister ()
 Create a TraceValueRegister, with a empty scope name, single device application. More...
 
virtual ~TraceValueRegister ()
 
const std::string GetTraceValuePrefix (void)
 Returns the scope prefix. More...
 
const std::string GetScopeName (void)
 Returns the scope name. More...
 
void RegisterTraceValue (TraceValue *t)
 Registers a TraceValue for this register. More...
 
void UnregisterTraceValue (TraceValue *t)
 Unregisters a TraceValue, remove it from register. More...
 
TraceValueRegisterGetScopeGroupByName (const std::string &name)
 Get a here registered TraceValueRegister by it's name. More...
 
virtual TraceValueGetTraceValueByName (const std::string &name)
 Get a here registered TraceValue by it's name. More...
 
TraceValueRegisterFindScopeGroupByName (const std::string &name)
 Seek for a TraceValueRegister by it's name. More...
 
TraceValueFindTraceValueByName (const std::string &name)
 Seek for a TraceValue by it's name. More...
 
TraceSetGetAllTraceValues (void)
 Get all here registered TraceValue's only (not with descending values) More...
 
TraceSetGetAllTraceValuesRecursive (void)
 Get all here registered TraceValue's with descending values. More...
 

Public Attributes

HWPort porta
 port A More...
 
HWPort portb
 port B More...
 
HWPort portc
 port C More...
 
HWPort portd
 port D More...
 
HWPort porte
 port E More...
 
HWPort portf
 port F More...
 
HWPort portg
 port G More...
 
ExternalIRQHandlerextirq
 external interrupt support More...
 
IOSpecialRegeicra_reg
 EICRA IO register. More...
 
IOSpecialRegeicrb_reg
 EICRB IO register. More...
 
IOSpecialRegeimsk_reg
 EIMSK IO register. More...
 
IOSpecialRegeifr_reg
 EIFR IO register. More...
 
XDIVRegisterxdiv_reg
 XDIV IO register. More...
 
OSCCALRegisterosccal_reg
 OSCCAL IO register. More...
 
HWAdmuxadmux
 adc multiplexer unit More...
 
HWARefaref
 adc reference unit More...
 
HWAdad
 adc unit More...
 
HWAcompacomp
 analog compare unit More...
 
IOSpecialReg assr_reg
 ASSR IO register. More...
 
IOSpecialReg sfior_reg
 SFIOR IO register. More...
 
HWPrescalerAsync prescaler0
 prescaler unit for timer 0 More...
 
HWPrescaler prescaler123
 prescaler unit for timer 1 to 3 More...
 
PrescalerMultiplexer premux0
 prescale multiplexer for timer0 More...
 
PrescalerMultiplexerExt premux1
 prescale multiplexer for timer1 More...
 
PrescalerMultiplexerExt premux2
 prescale multiplexer for timer2 More...
 
PrescalerMultiplexerExt premux3
 prescale multiplexer for timer3 More...
 
ICaptureSource inputCapture1
 input capture source for timer1 More...
 
ICaptureSource inputCapture3
 input capture source for timer3 More...
 
HWTimer8_1Ctimer0
 timer 0 unit More...
 
HWTimer16_3Ctimer1
 timer 1 unit More...
 
HWTimer8_1Ctimer2
 timer 2 unit More...
 
HWTimer16_3Ctimer3
 timer 3 unit More...
 
TimerIRQRegistertimer012irq
 timer interrupt unit for timer 0 to 2 More...
 
TimerIRQRegistertimer3irq
 timer interrupt unit for timer 3 More...
 
HWSpispi
 spi unit More...
 
HWUsartusart0
 usart 0 unit More...
 
HWUsartusart1
 usart 1 unit More...
 
- Public Attributes inherited from AvrDevice
int trace_on
 
Breakpoints BP
 
Exitpoints EP
 
unsigned int PC
 
unsigned int cPC
 When mupti-cycle instruction is "processed" this holds its address, PC holds the next instruction. More...
 
const unsigned int PC_size
 
unsigned int dataAddressMask
 which bits in address are significant More...
 
AvrFlashFlash
 
FlashProgrammingspmRegister
 
AvrFusesfuses
 
AvrLockBitslockbits
 
HWEepromeeprom
 
Datadata
 a hack for symbol look-up More...
 
HWIrqSystemirqSystem
 
AddressExtensionRegisterrampz
 RAMPZ address extension register. More...
 
AddressExtensionRegistereind
 EIND address extension register. More...
 
bool abortOnInvalidAccess
 Flag, that simulation abort if an invalid access occured, default is false. More...
 
TraceValueCoreRegister coreTraceGroup
 
bool deferIrq
 Almost always false. More...
 
unsigned int newIrqPc
 
unsigned int actualIrqVector
 
Pin v_supply
 represents supply voltage level, needed for analog peripherals More...
 
Pin v_bandgap
 represents bandgap (ref) voltage level, needed for analog peripherals More...
 
bool flagIWInstructions
 ADIW and SBIW instructions are available (not on most tiny's!) More...
 
bool flagJMPInstructions
 CALL and JMP instructions are available (only on devices with bigger flash) More...
 
bool flagIJMPInstructions
 ICALL and IJMP instructions are available (not on attiny1x devices) More...
 
bool flagEIJMPInstructions
 EICALL and EIJMP instructions are available (only on some devices with bigger flash) More...
 
bool flagLPMInstructions
 LPM and SPM instructions are available (not on some tiny devices) More...
 
bool flagELPMInstructions
 ELPM instructions are available (only on devices with bigger flash) More...
 
bool flagMULInstructions
 (F)MULxx instructions are available More...
 
bool flagMOVWInstruction
 MOVW instruction is available. More...
 
bool flagTiny10
 core is a tiny4/5/9/10, change used clocks on some instructions and disables instructions More...
 
bool flagTiny1x
 core is a tiny1x (but not tiny10!), change used clocks on some instructions and disables instructions More...
 
bool flagXMega
 core is a XMEGA device, change used clocks on some instructions More...
 
int DebugRecentJumps [20]
 Addresses of last few 'call' and 'jump' executed. For debugging. More...
 
int DebugRecentJumpsIndex
 Index to address of the most recent jump. More...
 
RWMemoryMember ** rw
 The whole memory: R0-R31, IO, Internal RAM. More...
 
HWStackstack
 
HWSregstatus
 the status register itself More...
 
RWSregstatusRegister
 the memory interface for status More...
 
HWWadowado
 WDT timer. More...
 
std::vector< Hardware * > hwResetList
 
std::vector< Hardware * > hwCycleList
 
DumpManagerdumpManager
 

Additional Inherited Members

- Protected Member Functions inherited from TraceValueRegister
virtual size_t _tvr_getValuesCount (void)
 Get the count of all TraceValues, that are registered here and descending. More...
 
virtual void _tvr_insertTraceValuesToSet (TraceSet &t)
 Insert all TraceValues into TraceSet, that registered here and descending. More...
 
- Protected Attributes inherited from AvrDevice
SystemClockOffset clockFreq
 Period of a tick (1/F_OSC) in [ns]. More...
 
std::map< std::string, Pin * > allPins
 
std::string actualFilename
 
int cpuCycles
 Count of cycles before next instruction is executed (i.e. countdown) More...
 

Detailed Description

AVRDevice class for ATMega64 and ATMega128.

Definition at line 45 of file atmega128.h.

Constructor & Destructor Documentation

◆ AvrDevice_atmega128base()

AvrDevice_atmega128base::AvrDevice_atmega128base ( unsigned  flash_bytes,
unsigned  ee_bytes,
unsigned  ext_bytes,
unsigned  nrww_start 
)

Definition at line 71 of file atmega128.cpp.

References acomp, ad, HWAd::AD_M128, HWAd::AD_M64, HWAd::adch_reg, HWAd::adcl_reg, HWAd::adcsra_reg, HWAd::adcsrb_reg, admux, HWAd::admux_reg, aref, assr_reg, AvrDevice::coreTraceGroup, HWPort::ddr_reg, HWEeprom::eearh_reg, HWEeprom::eearl_reg, HWEeprom::eecr_reg, HWEeprom::eedr_reg, AvrDevice::eeprom, eicra_reg, eicrb_reg, eifr_reg, eimsk_reg, AddressExtensionRegister::ext_reg, extirq, AvrDevice::flagELPMInstructions, AvrDevice::fuses, TimerIRQRegister::getLine(), HWPort::GetPin(), AvrDevice::GetPin(), inputCapture1, inputCapture3, AvrDevice::irqSystem, HWTimer8::ocra_reg, osccal_reg, OSCCALRegister::OSCCAL_V3, HWPort::pin_reg, HWPort::port_reg, porta, portb, portc, portd, porte, portf, portg, premux0, premux1, premux2, premux3, AvrDevice::rampz, HWARef4::REFTYPE_NOBG, ExternalIRQHandler::registerIrq(), TimerIRQRegister::registerLine(), AvrDevice::Reset(), AvrDevice::rw, AvrFuses::SetBootloaderConfig(), AvrFuses::SetFuseConfiguration(), sfior_reg, HWSpi::spcr_reg, HWSpi::spdr_reg, spi, FlashProgramming::SPM_MEGA_MODE, FlashProgramming::spmcr_reg, AvrDevice::spmRegister, HWSpi::spsr_reg, AvrDevice::stack, AvrDevice::statusRegister, HWTimer8_1C::tccr_reg, HWTimer8::tcnt_reg, TimerIRQRegister::tifr_reg, timer0, timer012irq, timer1, timer2, timer3, timer3irq, TimerIRQRegister::timsk_reg, HWUart::ubrr_reg, HWUart::ubrrhi_reg, HWUart::ucsra_reg, HWUart::ucsrb_reg, HWUsart::ucsrc_reg, HWUart::udr_reg, usart0, usart1, AvrDevice::wado, and xdiv_reg.

◆ ~AvrDevice_atmega128base()

AvrDevice_atmega128base::~AvrDevice_atmega128base ( )

Definition at line 42 of file atmega128.cpp.

Member Data Documentation

◆ acomp

HWAcomp* AvrDevice_atmega128base::acomp

analog compare unit

Definition at line 66 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ ad

HWAd* AvrDevice_atmega128base::ad

adc unit

Definition at line 65 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ admux

HWAdmux* AvrDevice_atmega128base::admux

adc multiplexer unit

Definition at line 63 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ aref

HWARef* AvrDevice_atmega128base::aref

adc reference unit

Definition at line 64 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ assr_reg

IOSpecialReg AvrDevice_atmega128base::assr_reg

ASSR IO register.

Definition at line 68 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ eicra_reg

IOSpecialReg* AvrDevice_atmega128base::eicra_reg

EICRA IO register.

Definition at line 56 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ eicrb_reg

IOSpecialReg* AvrDevice_atmega128base::eicrb_reg

EICRB IO register.

Definition at line 57 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ eifr_reg

IOSpecialReg* AvrDevice_atmega128base::eifr_reg

EIFR IO register.

Definition at line 59 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ eimsk_reg

IOSpecialReg* AvrDevice_atmega128base::eimsk_reg

EIMSK IO register.

Definition at line 58 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ extirq

ExternalIRQHandler* AvrDevice_atmega128base::extirq

external interrupt support

Definition at line 55 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ inputCapture1

ICaptureSource AvrDevice_atmega128base::inputCapture1

input capture source for timer1

Definition at line 76 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ inputCapture3

ICaptureSource AvrDevice_atmega128base::inputCapture3

input capture source for timer3

Definition at line 77 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ osccal_reg

OSCCALRegister* AvrDevice_atmega128base::osccal_reg

OSCCAL IO register.

Definition at line 61 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ porta

HWPort AvrDevice_atmega128base::porta

port A

Definition at line 48 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ portb

HWPort AvrDevice_atmega128base::portb

port B

Definition at line 49 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ portc

HWPort AvrDevice_atmega128base::portc

port C

Definition at line 50 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ portd

HWPort AvrDevice_atmega128base::portd

port D

Definition at line 51 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ porte

HWPort AvrDevice_atmega128base::porte

port E

Definition at line 52 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ portf

HWPort AvrDevice_atmega128base::portf

port F

Definition at line 53 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ portg

HWPort AvrDevice_atmega128base::portg

port G

Definition at line 54 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ premux0

PrescalerMultiplexer AvrDevice_atmega128base::premux0

prescale multiplexer for timer0

Definition at line 72 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ premux1

PrescalerMultiplexerExt AvrDevice_atmega128base::premux1

prescale multiplexer for timer1

Definition at line 73 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ premux2

PrescalerMultiplexerExt AvrDevice_atmega128base::premux2

prescale multiplexer for timer2

Definition at line 74 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ premux3

PrescalerMultiplexerExt AvrDevice_atmega128base::premux3

prescale multiplexer for timer3

Definition at line 75 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ prescaler0

HWPrescalerAsync AvrDevice_atmega128base::prescaler0

prescaler unit for timer 0

Definition at line 70 of file atmega128.h.

◆ prescaler123

HWPrescaler AvrDevice_atmega128base::prescaler123

prescaler unit for timer 1 to 3

Definition at line 71 of file atmega128.h.

◆ sfior_reg

IOSpecialReg AvrDevice_atmega128base::sfior_reg

SFIOR IO register.

Definition at line 69 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ spi

HWSpi* AvrDevice_atmega128base::spi

spi unit

Definition at line 84 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ timer0

HWTimer8_1C* AvrDevice_atmega128base::timer0

timer 0 unit

Definition at line 78 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ timer012irq

TimerIRQRegister* AvrDevice_atmega128base::timer012irq

timer interrupt unit for timer 0 to 2

Definition at line 82 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ timer1

HWTimer16_3C* AvrDevice_atmega128base::timer1

timer 1 unit

Definition at line 79 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ timer2

HWTimer8_1C* AvrDevice_atmega128base::timer2

timer 2 unit

Definition at line 80 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ timer3

HWTimer16_3C* AvrDevice_atmega128base::timer3

timer 3 unit

Definition at line 81 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ timer3irq

TimerIRQRegister* AvrDevice_atmega128base::timer3irq

timer interrupt unit for timer 3

Definition at line 83 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ usart0

HWUsart* AvrDevice_atmega128base::usart0

usart 0 unit

Definition at line 85 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ usart1

HWUsart* AvrDevice_atmega128base::usart1

usart 1 unit

Definition at line 86 of file atmega128.h.

Referenced by AvrDevice_atmega128base().

◆ xdiv_reg

XDIVRegister* AvrDevice_atmega128base::xdiv_reg

XDIV IO register.

Definition at line 60 of file atmega128.h.

Referenced by AvrDevice_atmega128base().


The documentation for this class was generated from the following files: