Which Transactor to use Stream or Address

Why OSVVM™? Forums OSVVM Which Transactor to use Stream or Address

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2387
    Narayanan
    Member

    Hello, I have a simple ALU DUT which I using to learn OSVVM. The ALU requires 3 inputs (operation, src1, src2). If I wanted to use the Stream Model Transactor how should I use the StreamRecType.

    a) Pack the 3 inputs into a std_logic_vector_max_c via DataToModel
    b) Modify/Create new StreamRecType
    c) Other?

    Regards,
    Ryan

    #2388
    Jim Lewis
    Member

    What does your interface look like? Are there any control signals? When do you receive a result – immediately or several clocks later? What operations does it support? What is the set of values you intend to apply to your ALU to verify it?

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