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
    from Rev 14 to Rev 15
    Reverse comparison

Rev 14 → Rev 15

/vhdl/stimulator.vhd
101,7 → 101,7
end case;
end process;
------------------------------------------------------------------------------
proc_avalon_write_data : process (all)
proc_wb_write_data : process (all)
begin
if (wb_i.rst = '1') then
register0_s <= (others => '0');
/vhdl/verifier.vhd
107,7 → 107,7
end process;
------------------------------------------------------------------------------
-- write signals to control the verifier
proc_avalon_write_data : process (all)
proc_wb_write_data : process (all)
begin
if (wb_i.rst = '1') then
register0_s <= (others => '0');

powered by: WebSVN 2.1.0

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