Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.6.0/.github/workflows/
Dbuild.yml3 on:
14 build-hw-models:
16 runs-on: ubuntu-latest
19 - name: Install dependencies
21 sudo apt-get install gcc-multilib binutils
23 - name: Get PR
28 - name: Fetch dependencies
30 git clone -b v2.8.0 --depth=1 https://github.com/NordicSemiconductor/nrfx ${NRFX_BASE}
33 wget https://storage.googleapis.com/git-repo-downloads/repo
35 …python3 ./repo init -u https://github.com/BabbleSim/manifest.git -m nrf_hw_models_ci.xml -b master…
[all …]
/nrf_hw_models-3.6.0/src/HW_models/
DNHW_RADIO.c5 * SPDX-License-Identifier: Apache-2.0
9 * RADIO - 2.4 GHz Radio
38 …ing reception we assume that CRCPOLY and CRCINIT are correct on both sides, and just rely on the p…
39 …* On transmission we generate the correct CRC for correctness of the channel dump traces (…
73 * bit on *air* (That is the Tx chain delay later for Tx, and RxChainDelay earlier for Rx)
75 * Note20: The LQI value is based on a single measurement at the end of the SFD.
91 * Note23: Powering off/on is not properly modeled (it is mostly ignored)
98 …this main state machine there is a small state machine for handling the automatic TIFS re-enabling.
100 * This TIFS machine piggybacks on the main machine and its timer.
118 …* * The Phy finished the procedure, in which case we just pre-program the main state machine t…
[all …]
DNHW_NVMC.c4 * SPDX-License-Identifier: Apache-2.0
8 * NVMC - Non-volatile memory controller
12 * UICR - User information configuration registers
57 * * Allow accumulating those statistics between runs (save stats to file)
65 * (and initializes them at startup and frees them on exit),
142 this->NVMC_regs = &NRF_NVMC_regs[inst]; in nhw_nvmc_uicr_init()
149 this->flash_op = flash_idle; in nhw_nvmc_uicr_init()
150 this->timer = TIME_NEVER; in nhw_nvmc_uicr_init()
152 this->flash_start_addr = flash_start_addr[inst]; in nhw_nvmc_uicr_init()
153 this->flash_n_pages = flash_n_pages[inst]; in nhw_nvmc_uicr_init()
[all …]