Test case issue

Why OSVVM™? Forums OSVVM Test case issue

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2348
    Joseph
    Member

    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.

    #2349
    Joseph
    Member

    This is resolved now. The problem was I was calling the VC directly instead of WRITE or READ, which calls the operations in my VC.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.