Search Articles — Sudonull

Search Results

In this project

Interplanetary Habitable Zone: Calculations for the Solar System

https://sudonull.com/interplanetary-habitable-zone-calculations-for-the-solar-system

Learn how to calculate the interplanetary habitable zone (IHZ) for space colonization. Comparison of the Solar System and TRAPPIST-1, Δv factors, radiation, resources. Models for developers.

SD card as ROM for RISC-V YRV FPGA

https://sudonull.com/sd-card-as-rom-for-risc-v-yrv-fpga

Implementation of SD card as program memory for YRV on Tang Nano 9K: FSM, SPI, tests with HELO. Instructions for FPGA developers. Study the code and optimizations.

RISC-V RVA23 in Linux 7.0: SpacemiT K3 support

https://sudonull.com/risc-v-rva23-in-linux-7-0-spacemit-k3-support

First RVA23 SoC SpacemiT K3 enters mainline Linux 7.0. ISA standardization eliminates fragmentation for embedded. Ubuntu 26.04 LTS with support. Breakdown for developers: trade-offs, benchmarks, toolchain.

Launching RISC-V K1921VG015: toolchain and OpenOCD

https://sudonull.com/launching-risc-v-k1921vg015-toolchain-and-openocd

Setting up riscv-gnu-toolchain, OpenOCD with DirtyJTAG for K1921VG015. Step-by-step build, GCC14 patches, flashing in WSL. Instructions for middle/senior dev.

Multithreaded RISC-V soft-processor for FPGA

https://sudonull.com/multithreaded-risc-v-soft-processor-for-fpga

Implementation of hardware multithreading in RISC-V soft-core: shadow registers, hart_table, CSR. Simplification of IRQ and context switching. Verilog sources for FPGA.

From other projects

From the web

Jul 10, 2026 ·

https://www.geeksforgeeks.org/software-engineering/software-engineering-sdlc-v-model/

Jul 10, 2026 · The V-Model is a Software Development Life Cycle (SDLC) approach that integrates testing and validation at every stage. It follows a “V” shape structure, where each phase of development is directly connected to a corresponding testing phase, ensuring better quality and early detection of defects..

Aug 5, 2025 ·

https://teachingagile.com/sdlc/models/v-model

Aug 5, 2025 · The V - Model stands as one of the most systematic and quality-focused Software Development Life Cycle (SDLC) methodologies, placing verification and validation at the center of every development phase.

Jun 18, 2025 ·

https://builtin.com/software-engineering-perspectives/v-model

Jun 18, 2025 · The V-model is a software development process where each phase of the software lifecycle is paired with a corresponding testing phase, forming a “V” shape that emphasizes verification and validation.

Aug 10, 2026 ·

https://www.tpointtech.com/software-engineering-v-model

Aug 10, 2026 · The V Model is a software development technique that incorporates testing and validation at each level of the Software Development Lifecycle (SDLC). A V-shaped figure is used to depict the model, with the testing phases on the right side and the development phases on the left.

Mar 3, 2026 ·

https://tms-outsource.com/blog/posts/what-is-the-v-model/

Mar 3, 2026 · The V-Model is a software development process that pairs every development phase with a corresponding testing phase . It gets its name from the V-shaped diagram that maps design activities on the left side down to coding at the bottom, then testing activities back up on the right.

Searches related to v-model

https://vuetifyjs.com/en/concepts/v-model/

v-model is a directive that allows you to create two-way data bindings between a component and its parent . It is commonly used with form elements, such as input fields, checkboxes, and select boxes, to bind the value of the element to a data property in the parent component.

Trending Now