Code Block
ConceptIn RVVTS, a Code Block is an executable sequence of Code Fragments (assembler instructions) that forms the unit of code manipulation, execution, and analysis within the framework's Single Instruction Isolation, Code Minimization, and Coverage-Guided Testset Generation techniques.
WIKI
Code Block
Definition
In the RVVTS (RISC-V Vector Test Set) framework, a Code Block is a sequence of Code Fragments that forms an entity which can be executed on a RISC-V machine. A Code Fragment itself is an indivisible sequence of at least one assembler instruction implementing a specific operation — for example, a single RVV vector add instruction, or the multiple instructions needed to realize a bounded vector load/store operation together with the bounding logic. Code Blocks organize and handle assembler code used by RVVTS.