1 2 3 4 5 6 7 8 9
// create scoreboard class import typedef_pkg::*; class scoreboard; operation_t operation; operand_t operand_a; operand_t operand_b; result_t result; endclass