URL
https://opencores.org/ocsvn/openarty/openarty/trunk
[/] [openarty/] [trunk/] [rtl/] [gpsclock_tb.v] - Diff between revs 25 and 34
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 34 |
Line 64... |
Line 64... |
//
|
//
|
// Wishbone access ...
|
// Wishbone access ...
|
//
|
//
|
//
|
//
|
//
|
//
|
|
initial r_jump = 0;
|
|
initial r_maxcount = 32'd81200000;
|
always @(posedge i_clk)
|
always @(posedge i_clk)
|
if ((i_wb_cyc_stb)&&(i_wb_we))
|
if ((i_wb_cyc_stb)&&(i_wb_we))
|
begin
|
begin
|
case(i_wb_addr)
|
case(i_wb_addr)
|
3'b000: r_maxcount <= i_wb_data;
|
3'b000: r_maxcount <= i_wb_data;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.