diff options
Diffstat (limited to 'fpga/usrp3/sim/rfnoc/PkgAxisCtrlBfm.sv')
-rw-r--r-- | fpga/usrp3/sim/rfnoc/PkgAxisCtrlBfm.sv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp3/sim/rfnoc/PkgAxisCtrlBfm.sv b/fpga/usrp3/sim/rfnoc/PkgAxisCtrlBfm.sv index 8c88792c7..7d7c01eff 100644 --- a/fpga/usrp3/sim/rfnoc/PkgAxisCtrlBfm.sv +++ b/fpga/usrp3/sim/rfnoc/PkgAxisCtrlBfm.sv @@ -29,7 +29,7 @@ package PkgAxisCtrlBfm; //------------ axis_ctrl_header_t header; - chdr_word_t timestamp; + chdr_timestamp_t timestamp; ctrl_op_word_t op_word; ctrl_word_t data[$]; @@ -86,7 +86,7 @@ package PkgAxisCtrlBfm; ref axis_ctrl_header_t header, ref ctrl_op_word_t op_word, ref ctrl_word_t data[$], - input chdr_word_t timestamp = 0 + input chdr_timestamp_t timestamp = 0 ); this.header = header; this.data = data; |