Research Article

A Graph-Based Approach to Optimal Scan Chain Stitching Using RTL Design Descriptions

Algorithm 1

Example VHDL process.
process(clock)
begin
 if clock’ event and clock=‘1’ then
   or ;
   and ;
 end if;
end process;