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

Subversion Repositories mlite

[/] [mlite/] [trunk/] [vhdl/] [tbench.vhd] - Diff between revs 55 and 102

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 55 Rev 102
Line 40... Line 40...
   clk <= not clk after 50 ns;
   clk <= not clk after 50 ns;
   reset <= '0' after 500 ns;
   reset <= '0' after 500 ns;
 
 
   --Uncomment the line below to test interrupts
   --Uncomment the line below to test interrupts
--   interrupt <= '1' after 20 us when interrupt = '0' else '0' after 400 ns;
--   interrupt <= '1' after 20 us when interrupt = '0' else '0' after 400 ns;
 
   --Uncomment the line below to test mem_pause
 
--   mem_pause <= '1' after 500 ns when mem_pause = '0' else '0' after 200 ns;
 
 
   u1: plasma
   u1: plasma
      generic map (memory_type => memory_type,
      generic map (memory_type => memory_type,
                   log_file    => log_file)
                   log_file    => log_file)
      PORT MAP (
      PORT MAP (

powered by: WebSVN 2.1.0

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