-- JoachimHaase - 2011-05-02

IEEE P1076.1 Working Group - Table-Driven Modeling Project - Telco Meeting Minutes of May 2, 2011

Status: approved on June 14, 2011


Attendees

  • Ernst Christen
  • Joachim Haase (chair, meeting convener, note taker)

Agenda

  • Call to order
  • Volunteer for minutes
  • Approval of agenda
  • Review and approve minutes from the last meeting
  • Discussion on action items of the last meeting
  • Next meeting
  • AOB
  • Adjourn

Call to order on May 2, 2011 at 8:05am PDT (17:05 CEST)

Joachim welcomes Ernst and starts presenting the meeting slides.

Volunteer for minutes

Joachim takes the notes.

Approval of agenda

Agenda unanimously approved.

Review and approve minutes from last meeting

Ernst agreed to approve the Minutes of the April 04, 2011 meeting.

Discussion on VHDL-AMS implementation aspects

Based on the discussion during the last meeting material on "Table-Driven Modeling in VHDL-AMS - Summary" (pdf) was prepared. It summarizes the current status of the discussion.

It was discussed whether different declaration for a TABLE_DATA_REAL type for the one- and multi-dimensional cases are necessary. Some Pros and Cons for one type can be found in the meeting slides. The final decision was delayed. The test implementation should start with one declaration for both cases.

A permutation vector for characterizing given data (innermost and outermost dimensions) in the case of multi-dimensional interpolation should be avoided. The data for the real-valued multi-dimensional interpolation should be provided similiar to the Verilog-AMS. Special function interfaces should be provided for preparing the 1 ... 4-dimensional case. They might look like

  • PREPARE_DATA (X : REAL_VECTOR; Y : REAL_VECTOR; ... )
    return TABLE_DATA_REAL;
  • PREPARE_DATA (X0, X1 : REAL_VECTOR; Y : REAL_VECTOR; ... )
    return TABLE_DATA_REAL;
  • ...
  • PREPARE_DATA (X0, X1, X2, X3 : REAL_VECTOR; Y : REAL_VECTOR; ... )
    return TABLE_DATA_REAL;

In the multidimensional case, an appropriate type to describe the independent X values based on vectors for each dimension has to be used. It should be checked whether an appropriate is provided by the Vector/Matrix package.

Next meeting

The next web meeting is planned on June 13, 2011 at 8am PDT or 17:00 CEST.

AOB

None.

Adjourn

Joachim adjourns the meeting at 18:00 CEST.

Action items

Joachim:

  • Update of the "Table-driven Modeling in VHDL-AMS - Summary" material
  • Start with the test implementaion based on the updated material

Ernst:

  • Review of the updated "Table-driven Modeling in VHDL-AMS - Summary" material
Topic revision: r4 - 2016-01-24 - 01:58:11 - ErnstChristen
 
Copyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback