Altera Mentor Verification IP Altera Edition AMBA AXI3/4T Uživatelský manuál Strana 615

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 783
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 614
VHDL AXI3 and AXI4 Monitor BFMs
get_write_data_ready()
Mentor VIP AE AXI3/4 User Guide, V10.2b
595
September 2013
get_write_data_ready()
This blocking AXI4 procedure returns the value of the write data channel WREADY signal using
the ready argument. It will block for one ACLK period.
AXI3 BFM
Note
The get_write_data_ready() procedure is not available in the AXI3 BFM.
AXI4 Example
// Get the WREADY signal value
bfm.get_write_data_ready(ready, bfm_index, axi4_tr_if_0(bfm_index));
Prototype
procedure get_write_data_ready
(
ready : out integer;
bfm_id : in integer;
path_id : in axi4_adv_path_t; --optional
signal tr_if : inout axi4_vhd_if_struct_t
);
Arguments
ready The value of the WREADY signal.
bfm_id BFM identifier. Refer to “Overloaded Procedure Common Arguments”
on page 203 for more details.
path_id (Optional) Parallel process path identifier:
AXI4_PATH_5
AXI4_PATH_6
AXI4_PATH_7
Refer to “Overloaded Procedure Common Arguments” on page 203 for
more details.
tr_if Transaction signal interface. Refer to “Overloaded Procedure Common
Arguments” on page 203 for more details.
Returns ready
Zobrazit stránku 614
1 2 ... 610 611 612 613 614 615 616 617 618 619 620 ... 782 783

Komentáře k této Příručce

Žádné komentáře