| //////////////////////////////////////////////// | |
| ////s~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~s//// | |
| ////s www.testbench.in s//// | |
| ////s s//// | |
| ////s SystemVerilog Tutorial s//// | |
| ////s gopi@testbench.in s//// | |
| ////s~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~s//// | |
| //////////////////////////////////////////////// | |
| `ifndef GUARD_GLOBALS | |
| `define GUARD_GLOBALS | |
| `define P0 8'h00 | |
| `define P1 8'h11 | |
| `define P2 8'h22 | |
| `define P3 8'h33 | |
| int error = 0; | |
| int num_of_pkts = 10; | |
| `endif |