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

Subversion Repositories vg_z80_sbc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 23 to Rev 24
    Reverse comparison

Rev 23 → Rev 24

/trunk/rtl/wb_vhdfd.v
1,6 → 1,6
//////////////////////////////////////////////////////////////////////
//// ////
//// $Id: wb_vhdfd.v,v 1.3 2008-12-08 06:55:36 hharte Exp $ ////
//// $Id: wb_vhdfd.v,v 1.4 2008-12-13 21:12:01 hharte Exp $ ////
//// wb_vhdfd.v - Vector Graphic HD/FD Disk Controller with ////
//// Wishbone Slave interface. ////
//// ////
60,8 → 60,8
input clk_i;
input nrst_i;
input [2:0] wbs_adr_i;
output reg [8:0] wbs_dat_o;
input [8:0] wbs_dat_i;
output reg [7:0] wbs_dat_o;
input [7:0] wbs_dat_i;
input [3:0] wbs_sel_i;
input wbs_we_i;
input wbs_stb_i;
192,7 → 192,7
//
// generate ack_o
always @(posedge clk_i)
wbs_ack_o <= #1 wbs_acc & !wbs_ack_o;
wbs_ack_o <= wbs_acc & !wbs_ack_o;
 
// Instantiate the module
vhdfd_disk disks (

powered by: WebSVN 2.1.0

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