Hi I’m having an issue trying to make a testcase for a proprietary protocol. I’m using Questa Sim. When compiling the testcase file, I get these errors: # ** Error: ../testcases/file.vhd(92): (vcom-1348) Prefix (enumeration literal “WRITE_OP”) of indexed name is not an array.
# ** Error: ../testcases/file.vhd(94): (vcom-1348) Prefix (enumeration literal “READ_OP”) of indexed name is not an array.
I have a verification component using an address bus transaction. I’m using WRITE_OP and READ_OP as the write and read respectively. I’ve tried playing around with some things to no avail. I’ve never seen that error before in that context and am not sure what the problem is. I call another operation in the verification component earlier in the test case with no issues.