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

Subversion Repositories dbg_interface

[/] [dbg_interface/] [tags/] [rel_21/] [bench/] [verilog/] [cpu_behavioral.v] - Diff between revs 102 and 120

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

Rev 102 Rev 120
Line 41... Line 41...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.2  2004/01/17 18:01:31  mohor
 
// New version.
 
//
// Revision 1.1  2004/01/17 17:01:25  mohor
// Revision 1.1  2004/01/17 17:01:25  mohor
// Almost finished.
// Almost finished.
//
//
//
//
//
//
Line 89... Line 92...
output        cpu_ack_o;
output        cpu_ack_o;
output        cpu_rst_o;
output        cpu_rst_o;
 
 
reg           cpu_clk_o;
reg           cpu_clk_o;
reg    [31:0] cpu_data_o;
reg    [31:0] cpu_data_o;
 
reg           cpu_bp_o;
 
 
initial
initial
begin
begin
  cpu_clk_o = 1'b0;
  cpu_clk_o = 1'b0;
  forever #5 cpu_clk_o = ~cpu_clk_o;
  forever #5 cpu_clk_o = ~cpu_clk_o;
end
end
 
 
 
 
assign cpu_bp_o = 1'b0;
initial
 
begin
 
  cpu_bp_o = 1'b0;
 
end
 
 
assign #200 cpu_ack_o = cpu_stall_i & cpu_stb_i;
assign #200 cpu_ack_o = cpu_stall_i & cpu_stb_i;
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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