これによると、Portable Testは、Portable Intent と Portable Realization だと。
Portable Intent は、テスト項目、Portable Realization は、テストコード(テストを実装したコード)
ブログの中の図(引用します)にもある UEX( micro (U) executor (EX) )の略のようです。
引用 When used together, Accellera PSS provides automated test scenarios created by portable test intent, while UEX allows portable and reuseable test realization. Like many pieces of verification infrastructure, such as UVM, UEX is available on GitHub under the Apache 2.0 license.
引用 UEX Overview UEX provides a Micro (U) EXecutive that provides services, such as threading and interrupts, that are common in software-driven hardware verification environments. UEX is designed to run across a variety of environments: SystemVerilog Host pthreads Bare metal
にあるように、UEX を使うと、SystemVerilog、
Hostコードとしてはpthreadsを利用して、そして、ベアメタルなアプリケーションでも OK ということ。。。
Hostコードとしてはpthreadsを利用して、そして、ベアメタルなアプリケーションでも OK ということ。。。