Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SystemVerilogでは;、行末に「 」を追加する必要はありません。例えば:
;
`uvm_do(pkt)
なぜコンパイラはこれを処理できるのに、「 」のない通常の行を処理できないのだろうか;。