lds_state.cc (11308:7d8836fd043d) lds_state.cc (11523:81332eb10367)
1/*
2 * Copyright (c) 2014-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 317 unchanged lines hidden (view full) ---

326/**
327 * wake up at this time and perform specified actions
328 */
329void
330LdsState::TickEvent::process()
331{
332 ldsState->process();
333}
1/*
2 * Copyright (c) 2014-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 317 unchanged lines hidden (view full) ---

326/**
327 * wake up at this time and perform specified actions
328 */
329void
330LdsState::TickEvent::process()
331{
332 ldsState->process();
333}
334
335/**
336 *
337 */
338void
339LdsState::regStats()
340{
341}