✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following code fragment:
U1 thingy (clock, A, B);
U2 thingy (clock, C, D);
The interfacing logic connected to A and B has very different timing than the interfacing logic connected to C and D. Choose a short script fragment that ensures this will synthesize correctly including the actual compile(s).