Email: bknpk@hotmail.com Phone: +972-54-7649119
V

 

ASIC/FPGA Design and Verification Out Source Services

Monitor Sends an Item to Reference Model

  1. Collecting an item - all overhead bytes of a frame - and sending this item to reference model, was the preferred method.
  2. Pros

  3. Low memory consumption during synchronized state.
  4. Memory buffer is handled only by the reference model.
  5. How To Do It (SPECMAN Code)

  6. First declare a method to send the data. Collect a data item and send via this method. The function is declared as follows:

    ohd_mesByte : out method_port of ohd_clr_t is instance;
    keep bind(ohd_mesByte, empty);


    Collecting a data item is design specific and will not be shown.
  7. In the receive side - the reference model declare an input method:

    ohd_message : list of byte;
    keep soft ohd_message.size() == 0;
    ohd_mesByte : in method_port of ohd_clr_t is instance;
    keep bind(ohd_mesByte, empty);
    ohd_mesByte(b : list of byte) is {
      ohd_message.add(b);
    };--ohd_mesByte

  ...


I would be happy to offer my services. Call ASAP !


Home

FIFO

FSM


Download Area






Search This Site


Feedback This Site




new pages on this site