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

Subversion Repositories mod_sim_exp

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /mod_sim_exp/branches
    from Rev 57 to Rev 58
    Reverse comparison

Rev 57 → Rev 58

/newRAMstyle/bench/vhdl/mod_sim_exp_core_tb.vhd
557,7 → 557,7
core_fifo_push <= '1';
wait until rising_edge(clk);
assert (core_fifo_full='0' and core_fifo_nopush='0')
report "Fifo error, full or nopush" severity failure;
report "Fifo error, full or nopush" severity warning;
core_fifo_push <= '0';
wait until rising_edge(clk);
end loop;

powered by: WebSVN 2.1.0

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