OpenCores
URL https://opencores.org/ocsvn/vhdl_wb_tb/vhdl_wb_tb/trunk

Subversion Repositories vhdl_wb_tb

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /vhdl_wb_tb/trunk/bench/vhdl
    from Rev 23 to Rev 27
    Reverse comparison

Rev 23 → Rev 27

/wishbone_bfm_pkg.vhd
216,8 → 216,9
 
if (verbose_mode_i = 2) then -- output all
report message_prolog_i & ": read data at address 0x" & to_string(address_i, 16, wishbone_address_width_c/4) &
" was: 0x" & to_string(readdata_v, 16, wishbone_data_width_c/4)
" was: 0x" & to_string(read_data_o, 16, wishbone_data_width_c/4)
severity note;
end if;
end wb_read;
------------------------------------------------------------------------
------------------------------------------------------------------------

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.