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

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [serialInterfaceEngine/] [processTxByte.v] - Diff between revs 37 and 40

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 37 Rev 40
 
 
// File        : ../RTL/serialInterfaceEngine/processTxByte.v
// File        : ../RTL/serialInterfaceEngine/processTxByte.v
// Generated   : 11/10/06 05:37:23
// Generated   : 11/10/06 05:37:23
// From        : ../RTL/serialInterfaceEngine/processTxByte.asf
// From        : ../RTL/serialInterfaceEngine/processTxByte.asf
// By          : FSM2VHDL ver. 5.0.0.9
// By          : FSM2VHDL ver. 5.0.0.9
 
 
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////                                                              ////
////                                                              ////
//// processTxByte
//// processTxByte
////                                                              ////
////                                                              ////
//// This file is part of the usbhostslave opencores effort.
//// This file is part of the usbhostslave opencores effort.
//// http://www.opencores.org/cores/usbhostslave/                 ////
//// http://www.opencores.org/cores/usbhostslave/                 ////
////                                                              ////
////                                                              ////
//// Module Description:                                          ////
//// Module Description:                                          ////
//// 
//// 
////                                                              ////
////                                                              ////
//// To Do:                                                       ////
//// To Do:                                                       ////
//// 
//// 
////                                                              ////
////                                                              ////
//// Author(s):                                                   ////
//// Author(s):                                                   ////
//// - Steve Fielding, sfielding@base2designs.com                 ////
//// - Steve Fielding, sfielding@base2designs.com                 ////
////                                                              ////
////                                                              ////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////                                                              ////
////                                                              ////
//// Copyright (C) 2004 Steve Fielding and OPENCORES.ORG          ////
//// Copyright (C) 2004 Steve Fielding and OPENCORES.ORG          ////
////                                                              ////
////                                                              ////
//// This source file may be used and distributed without         ////
//// This source file may be used and distributed without         ////
//// restriction provided that this copyright statement is not    ////
//// restriction provided that this copyright statement is not    ////
//// removed from the file and that any derivative work contains  ////
//// removed from the file and that any derivative work contains  ////
//// the original copyright notice and the associated disclaimer. ////
//// the original copyright notice and the associated disclaimer. ////
////                                                              ////
////                                                              ////
//// This source file is free software; you can redistribute it   ////
//// This source file is free software; you can redistribute it   ////
//// and/or modify it under the terms of the GNU Lesser General   ////
//// and/or modify it under the terms of the GNU Lesser General   ////
//// Public License as published by the Free Software Foundation; ////
//// Public License as published by the Free Software Foundation; ////
//// either version 2.1 of the License, or (at your option) any   ////
//// either version 2.1 of the License, or (at your option) any   ////
//// later version.                                               ////
//// later version.                                               ////
////                                                              ////
////                                                              ////
//// This source is distributed in the hope that it will be       ////
//// This source is distributed in the hope that it will be       ////
//// useful, but WITHOUT ANY WARRANTY; without even the implied   ////
//// useful, but WITHOUT ANY WARRANTY; without even the implied   ////
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ////
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ////
//// PURPOSE. See the GNU Lesser General Public License for more  ////
//// PURPOSE. See the GNU Lesser General Public License for more  ////
//// details.                                                     ////
//// details.                                                     ////
////                                                              ////
////                                                              ////
//// You should have received a copy of the GNU Lesser General    ////
//// You should have received a copy of the GNU Lesser General    ////
//// Public License along with this source; if not, download it   ////
//// Public License along with this source; if not, download it   ////
//// from http://www.opencores.org/lgpl.shtml                     ////
//// from http://www.opencores.org/lgpl.shtml                     ////
////                                                              ////
////                                                              ////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
`include "timescale.v"
`include "timescale.v"
`include "usbSerialInterfaceEngine_h.v"
`include "usbSerialInterfaceEngine_h.v"
`include "usbConstants_h.v"
`include "usbConstants_h.v"
 
 
module processTxByte (JBit, KBit, TxByteCtrlIn, TxByteFullSpeedRateIn, TxByteIn, USBWireCtrl, USBWireData, USBWireFullSpeedRate, USBWireGnt, USBWireRdy, USBWireReq, USBWireWEn, clk, processTxByteRdy, processTxByteWEn, rst);
module processTxByte (JBit, KBit, TxByteCtrlIn, TxByteFullSpeedRateIn, TxByteIn, USBWireCtrl, USBWireData, USBWireFullSpeedRate, USBWireGnt, USBWireRdy, USBWireReq, USBWireWEn, clk, processTxByteRdy, processTxByteWEn, rst);
input   [1:0] JBit;
input   [1:0] JBit;
input   [1:0] KBit;
input   [1:0] KBit;
input   [7:0] TxByteCtrlIn;
input   [7:0] TxByteCtrlIn;
input   TxByteFullSpeedRateIn;
input   TxByteFullSpeedRateIn;
input   [7:0] TxByteIn;
input   [7:0] TxByteIn;
input   USBWireGnt;
input   USBWireGnt;
input   USBWireRdy;
input   USBWireRdy;
input   clk;
input   clk;
input   processTxByteWEn;
input   processTxByteWEn;
input   rst;
input   rst;
output  USBWireCtrl;
output  USBWireCtrl;
output  [1:0] USBWireData;
output  [1:0] USBWireData;
output  USBWireFullSpeedRate;
output  USBWireFullSpeedRate;
output  USBWireReq;
output  USBWireReq;
output  USBWireWEn;
output  USBWireWEn;
output  processTxByteRdy;
output  processTxByteRdy;
 
 
wire    [1:0] JBit;
wire    [1:0] JBit;
wire    [1:0] KBit;
wire    [1:0] KBit;
wire    [7:0] TxByteCtrlIn;
wire    [7:0] TxByteCtrlIn;
wire    TxByteFullSpeedRateIn;
wire    TxByteFullSpeedRateIn;
wire    [7:0] TxByteIn;
wire    [7:0] TxByteIn;
reg     USBWireCtrl, next_USBWireCtrl;
reg     USBWireCtrl, next_USBWireCtrl;
reg     [1:0] USBWireData, next_USBWireData;
reg     [1:0] USBWireData, next_USBWireData;
reg     USBWireFullSpeedRate, next_USBWireFullSpeedRate;
reg     USBWireFullSpeedRate, next_USBWireFullSpeedRate;
wire    USBWireGnt;
wire    USBWireGnt;
wire    USBWireRdy;
wire    USBWireRdy;
reg     USBWireReq, next_USBWireReq;
reg     USBWireReq, next_USBWireReq;
reg     USBWireWEn, next_USBWireWEn;
reg     USBWireWEn, next_USBWireWEn;
wire    clk;
wire    clk;
reg     processTxByteRdy, next_processTxByteRdy;
reg     processTxByteRdy, next_processTxByteRdy;
wire    processTxByteWEn;
wire    processTxByteWEn;
wire    rst;
wire    rst;
 
 
// diagram signals declarations
// diagram signals declarations
reg  [1:0]TXLineState, next_TXLineState;
reg  [1:0]TXLineState, next_TXLineState;
reg  [3:0]TXOneCount, next_TXOneCount;
reg  [3:0]TXOneCount, next_TXOneCount;
reg  [7:0]TxByteCtrl, next_TxByteCtrl;
reg  [7:0]TxByteCtrl, next_TxByteCtrl;
reg  TxByteFullSpeedRate, next_TxByteFullSpeedRate;
reg  TxByteFullSpeedRate, next_TxByteFullSpeedRate;
reg  [7:0]TxByte, next_TxByte;
reg  [7:0]TxByte, next_TxByte;
reg  [3:0]i, next_i;
reg  [3:0]i, next_i;
 
 
// BINARY ENCODED state machine: prcTxB
// BINARY ENCODED state machine: prcTxB
// State codes definitions:
// State codes definitions:
`define START_PTBY 5'b00000
`define START_PTBY 5'b00000
`define PTBY_WAIT_EN 5'b00001
`define PTBY_WAIT_EN 5'b00001
`define SEND_BYTE_UPDATE_BYTE 5'b00010
`define SEND_BYTE_UPDATE_BYTE 5'b00010
`define SEND_BYTE_WAIT_RDY 5'b00011
`define SEND_BYTE_WAIT_RDY 5'b00011
`define SEND_BYTE_CHK 5'b00100
`define SEND_BYTE_CHK 5'b00100
`define SEND_BYTE_BIT_STUFF 5'b00101
`define SEND_BYTE_BIT_STUFF 5'b00101
`define SEND_BYTE_WAIT_RDY2 5'b00110
`define SEND_BYTE_WAIT_RDY2 5'b00110
`define SEND_BYTE_CHK_FIN 5'b00111
`define SEND_BYTE_CHK_FIN 5'b00111
`define PTBY_WAIT_GNT 5'b01000
`define PTBY_WAIT_GNT 5'b01000
`define STOP_SND_SE0_2 5'b01001
`define STOP_SND_SE0_2 5'b01001
`define STOP_SND_SE0_1 5'b01010
`define STOP_SND_SE0_1 5'b01010
`define STOP_CHK 5'b01011
`define STOP_CHK 5'b01011
`define STOP_SND_J 5'b01100
`define STOP_SND_J 5'b01100
`define STOP_SND_IDLE 5'b01101
`define STOP_SND_IDLE 5'b01101
`define STOP_FIN 5'b01110
`define STOP_FIN 5'b01110
`define WAIT_RDY_WIRE 5'b01111
`define WAIT_RDY_WIRE 5'b01111
`define WAIT_RDY_PKT 5'b10000
`define WAIT_RDY_PKT 5'b10000
`define LS_START_SND_IDLE3 5'b10001
`define LS_START_SND_IDLE3 5'b10001
`define LS_START_SND_J1 5'b10010
`define LS_START_SND_J1 5'b10010
`define LS_START_SND_IDLE1 5'b10011
`define LS_START_SND_IDLE1 5'b10011
`define LS_START_SND_IDLE2 5'b10100
`define LS_START_SND_IDLE2 5'b10100
`define LS_START_FIN 5'b10101
`define LS_START_FIN 5'b10101
`define LS_START_W_RDY1 5'b10110
`define LS_START_W_RDY1 5'b10110
`define LS_START_W_RDY2 5'b10111
`define LS_START_W_RDY2 5'b10111
`define LS_START_W_RDY3 5'b11000
`define LS_START_W_RDY3 5'b11000
`define STOP_W_RDY1 5'b11001
`define STOP_W_RDY1 5'b11001
`define STOP_W_RDY2 5'b11010
`define STOP_W_RDY2 5'b11010
`define STOP_W_RDY3 5'b11011
`define STOP_W_RDY3 5'b11011
`define STOP_W_RDY4 5'b11100
`define STOP_W_RDY4 5'b11100
 
 
reg [4:0] CurrState_prcTxB;
reg [4:0] CurrState_prcTxB;
reg [4:0] NextState_prcTxB;
reg [4:0] NextState_prcTxB;
 
 
 
 
//--------------------------------------------------------------------
//--------------------------------------------------------------------
// Machine: prcTxB
// Machine: prcTxB
//--------------------------------------------------------------------
//--------------------------------------------------------------------
//----------------------------------
//----------------------------------
// Next State Logic (combinatorial)
// Next State Logic (combinatorial)
//----------------------------------
//----------------------------------
always @ (TxByteIn or TxByteCtrlIn or TxByteFullSpeedRateIn or JBit or i or TxByte or TXOneCount or TXLineState or KBit or processTxByteWEn or USBWireGnt or USBWireRdy or TxByteFullSpeedRate or TxByteCtrl or processTxByteRdy or USBWireData or USBWireCtrl or USBWireReq or USBWireWEn or USBWireFullSpeedRate or CurrState_prcTxB)
always @ (TxByteIn or TxByteCtrlIn or TxByteFullSpeedRateIn or JBit or i or TxByte or TXOneCount or TXLineState or KBit or processTxByteWEn or USBWireGnt or USBWireRdy or TxByteFullSpeedRate or TxByteCtrl or processTxByteRdy or USBWireData or USBWireCtrl or USBWireReq or USBWireWEn or USBWireFullSpeedRate or CurrState_prcTxB)
begin : prcTxB_NextState
begin : prcTxB_NextState
  NextState_prcTxB <= CurrState_prcTxB;
  NextState_prcTxB <= CurrState_prcTxB;
  // Set default values for outputs and signals
  // Set default values for outputs and signals
  next_processTxByteRdy <= processTxByteRdy;
  next_processTxByteRdy <= processTxByteRdy;
  next_USBWireData <= USBWireData;
  next_USBWireData <= USBWireData;
  next_USBWireCtrl <= USBWireCtrl;
  next_USBWireCtrl <= USBWireCtrl;
  next_USBWireReq <= USBWireReq;
  next_USBWireReq <= USBWireReq;
  next_USBWireWEn <= USBWireWEn;
  next_USBWireWEn <= USBWireWEn;
  next_i <= i;
  next_i <= i;
  next_TxByte <= TxByte;
  next_TxByte <= TxByte;
  next_TxByteCtrl <= TxByteCtrl;
  next_TxByteCtrl <= TxByteCtrl;
  next_TXLineState <= TXLineState;
  next_TXLineState <= TXLineState;
  next_TXOneCount <= TXOneCount;
  next_TXOneCount <= TXOneCount;
  next_USBWireFullSpeedRate <= USBWireFullSpeedRate;
  next_USBWireFullSpeedRate <= USBWireFullSpeedRate;
  next_TxByteFullSpeedRate <= TxByteFullSpeedRate;
  next_TxByteFullSpeedRate <= TxByteFullSpeedRate;
  case (CurrState_prcTxB)
  case (CurrState_prcTxB)
    `START_PTBY:
    `START_PTBY:
    begin
    begin
      next_processTxByteRdy <= 1'b0;
      next_processTxByteRdy <= 1'b0;
      next_USBWireData <= 2'b00;
      next_USBWireData <= 2'b00;
      next_USBWireCtrl <= `TRI_STATE;
      next_USBWireCtrl <= `TRI_STATE;
      next_USBWireReq <= 1'b0;
      next_USBWireReq <= 1'b0;
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      next_i <= 4'h0;
      next_i <= 4'h0;
      next_TxByte <= 8'h00;
      next_TxByte <= 8'h00;
      next_TxByteCtrl <= 8'h00;
      next_TxByteCtrl <= 8'h00;
      next_TXLineState <= 2'b0;
      next_TXLineState <= 2'b0;
      next_TXOneCount <= 4'h0;
      next_TXOneCount <= 4'h0;
      next_USBWireFullSpeedRate <= 1'b0;
      next_USBWireFullSpeedRate <= 1'b0;
      next_TxByteFullSpeedRate <= 1'b0;
      next_TxByteFullSpeedRate <= 1'b0;
      NextState_prcTxB <= `PTBY_WAIT_EN;
      NextState_prcTxB <= `PTBY_WAIT_EN;
    end
    end
    `PTBY_WAIT_EN:
    `PTBY_WAIT_EN:
    begin
    begin
      next_processTxByteRdy <= 1'b1;
      next_processTxByteRdy <= 1'b1;
      if ((processTxByteWEn == 1'b1) && (TxByteCtrlIn == `DATA_START))
      if ((processTxByteWEn == 1'b1) && (TxByteCtrlIn == `DATA_START))
      begin
      begin
        NextState_prcTxB <= `PTBY_WAIT_GNT;
        NextState_prcTxB <= `PTBY_WAIT_GNT;
        next_processTxByteRdy <= 1'b0;
        next_processTxByteRdy <= 1'b0;
        next_TxByte <= TxByteIn;
        next_TxByte <= TxByteIn;
        next_TxByteCtrl <= TxByteCtrlIn;
        next_TxByteCtrl <= TxByteCtrlIn;
        next_TxByteFullSpeedRate <= TxByteFullSpeedRateIn;
        next_TxByteFullSpeedRate <= TxByteFullSpeedRateIn;
        next_USBWireFullSpeedRate <= TxByteFullSpeedRateIn;
        next_USBWireFullSpeedRate <= TxByteFullSpeedRateIn;
        next_TXOneCount <= 4'h0;
        next_TXOneCount <= 4'h0;
        next_TXLineState <= JBit;
        next_TXLineState <= JBit;
        next_USBWireReq <= 1'b1;
        next_USBWireReq <= 1'b1;
      end
      end
      else if (processTxByteWEn == 1'b1)
      else if (processTxByteWEn == 1'b1)
      begin
      begin
        NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
        NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
        next_processTxByteRdy <= 1'b0;
        next_processTxByteRdy <= 1'b0;
        next_TxByte <= TxByteIn;
        next_TxByte <= TxByteIn;
        next_TxByteCtrl <= TxByteCtrlIn;
        next_TxByteCtrl <= TxByteCtrlIn;
        next_TxByteFullSpeedRate <= TxByteFullSpeedRateIn;
        next_TxByteFullSpeedRate <= TxByteFullSpeedRateIn;
        next_USBWireFullSpeedRate <= TxByteFullSpeedRateIn;
        next_USBWireFullSpeedRate <= TxByteFullSpeedRateIn;
        next_i <= 4'h0;
        next_i <= 4'h0;
      end
      end
    end
    end
    `PTBY_WAIT_GNT:
    `PTBY_WAIT_GNT:
      if (USBWireGnt == 1'b1)
      if (USBWireGnt == 1'b1)
        NextState_prcTxB <= `WAIT_RDY_WIRE;
        NextState_prcTxB <= `WAIT_RDY_WIRE;
    `WAIT_RDY_WIRE:
    `WAIT_RDY_WIRE:
      if ((USBWireRdy == 1'b1) && (TxByteFullSpeedRate  == 1'b0))
      if ((USBWireRdy == 1'b1) && (TxByteFullSpeedRate  == 1'b0))
        NextState_prcTxB <= `LS_START_SND_IDLE1;
        NextState_prcTxB <= `LS_START_SND_IDLE1;
      else if (USBWireRdy == 1'b1)
      else if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `WAIT_RDY_PKT;
        NextState_prcTxB <= `WAIT_RDY_PKT;
        //actively drive the first J bit
        //actively drive the first J bit
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
      end
      end
    `WAIT_RDY_PKT:
    `WAIT_RDY_PKT:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
      NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
      next_i <= 4'h0;
      next_i <= 4'h0;
    end
    end
    `SEND_BYTE_UPDATE_BYTE:
    `SEND_BYTE_UPDATE_BYTE:
    begin
    begin
      next_i <= i + 1'b1;
      next_i <= i + 1'b1;
      next_TxByte <= {1'b0, TxByte[7:1] };
      next_TxByte <= {1'b0, TxByte[7:1] };
      if (TxByte[0] == 1'b1)                      //If this bit is 1, then
      if (TxByte[0] == 1'b1)                      //If this bit is 1, then
        next_TXOneCount <= TXOneCount + 1'b1;
        next_TXOneCount <= TXOneCount + 1'b1;
          //increment 'TXOneCount'
          //increment 'TXOneCount'
      else                                        //else this is a zero bit
      else                                        //else this is a zero bit
      begin
      begin
        next_TXOneCount <= 4'h0;
        next_TXOneCount <= 4'h0;
          //reset 'TXOneCount'
          //reset 'TXOneCount'
          if (TXLineState == JBit)
          if (TXLineState == JBit)
          next_TXLineState <= KBit;
          next_TXLineState <= KBit;
              //toggle the line state
              //toggle the line state
          else
          else
          next_TXLineState <= JBit;
          next_TXLineState <= JBit;
      end
      end
      NextState_prcTxB <= `SEND_BYTE_WAIT_RDY;
      NextState_prcTxB <= `SEND_BYTE_WAIT_RDY;
    end
    end
    `SEND_BYTE_WAIT_RDY:
    `SEND_BYTE_WAIT_RDY:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `SEND_BYTE_CHK;
        NextState_prcTxB <= `SEND_BYTE_CHK;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= TXLineState;
        next_USBWireData <= TXLineState;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
      end
      end
    `SEND_BYTE_CHK:
    `SEND_BYTE_CHK:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      if (TXOneCount == `MAX_CONSEC_SAME_BITS)
      if (TXOneCount == `MAX_CONSEC_SAME_BITS)
        NextState_prcTxB <= `SEND_BYTE_BIT_STUFF;
        NextState_prcTxB <= `SEND_BYTE_BIT_STUFF;
      else if (i != 4'h8)
      else if (i != 4'h8)
        NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
        NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
      else
      else
        NextState_prcTxB <= `STOP_CHK;
        NextState_prcTxB <= `STOP_CHK;
    end
    end
    `SEND_BYTE_BIT_STUFF:
    `SEND_BYTE_BIT_STUFF:
    begin
    begin
      next_TXOneCount <= 4'h0;
      next_TXOneCount <= 4'h0;
      //reset 'TXOneCount'
      //reset 'TXOneCount'
      if (TXLineState == JBit)
      if (TXLineState == JBit)
        next_TXLineState <= KBit;
        next_TXLineState <= KBit;
          //toggle the line state
          //toggle the line state
      else
      else
        next_TXLineState <= JBit;
        next_TXLineState <= JBit;
      NextState_prcTxB <= `SEND_BYTE_WAIT_RDY2;
      NextState_prcTxB <= `SEND_BYTE_WAIT_RDY2;
    end
    end
    `SEND_BYTE_WAIT_RDY2:
    `SEND_BYTE_WAIT_RDY2:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `SEND_BYTE_CHK_FIN;
        NextState_prcTxB <= `SEND_BYTE_CHK_FIN;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= TXLineState;
        next_USBWireData <= TXLineState;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
      end
      end
    `SEND_BYTE_CHK_FIN:
    `SEND_BYTE_CHK_FIN:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      if (i == 4'h8)
      if (i == 4'h8)
        NextState_prcTxB <= `STOP_CHK;
        NextState_prcTxB <= `STOP_CHK;
      else
      else
        NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
        NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
    end
    end
    `STOP_SND_SE0_2:
    `STOP_SND_SE0_2:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `STOP_W_RDY2;
      NextState_prcTxB <= `STOP_W_RDY2;
    end
    end
    `STOP_SND_SE0_1:
    `STOP_SND_SE0_1:
      NextState_prcTxB <= `STOP_W_RDY1;
      NextState_prcTxB <= `STOP_W_RDY1;
    `STOP_CHK:
    `STOP_CHK:
      if (TxByteCtrl == `DATA_STOP)
      if (TxByteCtrl == `DATA_STOP)
        NextState_prcTxB <= `STOP_SND_SE0_1;
        NextState_prcTxB <= `STOP_SND_SE0_1;
      else
      else
        NextState_prcTxB <= `PTBY_WAIT_EN;
        NextState_prcTxB <= `PTBY_WAIT_EN;
    `STOP_SND_J:
    `STOP_SND_J:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `STOP_W_RDY3;
      NextState_prcTxB <= `STOP_W_RDY3;
    end
    end
    `STOP_SND_IDLE:
    `STOP_SND_IDLE:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `STOP_W_RDY4;
      NextState_prcTxB <= `STOP_W_RDY4;
    end
    end
    `STOP_FIN:
    `STOP_FIN:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      next_USBWireReq <= 1'b0;
      next_USBWireReq <= 1'b0;
      //release the wire
      //release the wire
      NextState_prcTxB <= `PTBY_WAIT_EN;
      NextState_prcTxB <= `PTBY_WAIT_EN;
    end
    end
    `STOP_W_RDY1:
    `STOP_W_RDY1:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `STOP_SND_SE0_2;
        NextState_prcTxB <= `STOP_SND_SE0_2;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= `SE0;
        next_USBWireData <= `SE0;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
      end
      end
    `STOP_W_RDY2:
    `STOP_W_RDY2:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `STOP_SND_J;
        NextState_prcTxB <= `STOP_SND_J;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= `SE0;
        next_USBWireData <= `SE0;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
      end
      end
    `STOP_W_RDY3:
    `STOP_W_RDY3:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `STOP_SND_IDLE;
        NextState_prcTxB <= `STOP_SND_IDLE;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
      end
      end
    `STOP_W_RDY4:
    `STOP_W_RDY4:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `STOP_FIN;
        NextState_prcTxB <= `STOP_FIN;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `TRI_STATE;
        next_USBWireCtrl <= `TRI_STATE;
      end
      end
    `LS_START_SND_IDLE3:
    `LS_START_SND_IDLE3:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `LS_START_W_RDY2;
      NextState_prcTxB <= `LS_START_W_RDY2;
    end
    end
    `LS_START_SND_J1:
    `LS_START_SND_J1:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `LS_START_W_RDY3;
      NextState_prcTxB <= `LS_START_W_RDY3;
    end
    end
    `LS_START_SND_IDLE1:
    `LS_START_SND_IDLE1:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `LS_START_SND_IDLE2;
        NextState_prcTxB <= `LS_START_SND_IDLE2;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `TRI_STATE;
        next_USBWireCtrl <= `TRI_STATE;
      end
      end
    `LS_START_SND_IDLE2:
    `LS_START_SND_IDLE2:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `LS_START_W_RDY1;
      NextState_prcTxB <= `LS_START_W_RDY1;
    end
    end
    `LS_START_FIN:
    `LS_START_FIN:
    begin
    begin
      next_USBWireWEn <= 1'b0;
      next_USBWireWEn <= 1'b0;
      NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
      NextState_prcTxB <= `SEND_BYTE_UPDATE_BYTE;
      next_i <= 4'h0;
      next_i <= 4'h0;
    end
    end
    `LS_START_W_RDY1:
    `LS_START_W_RDY1:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `LS_START_SND_IDLE3;
        NextState_prcTxB <= `LS_START_SND_IDLE3;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `TRI_STATE;
        next_USBWireCtrl <= `TRI_STATE;
      end
      end
    `LS_START_W_RDY2:
    `LS_START_W_RDY2:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `LS_START_SND_J1;
        NextState_prcTxB <= `LS_START_SND_J1;
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `TRI_STATE;
        next_USBWireCtrl <= `TRI_STATE;
      end
      end
    `LS_START_W_RDY3:
    `LS_START_W_RDY3:
      if (USBWireRdy == 1'b1)
      if (USBWireRdy == 1'b1)
      begin
      begin
        NextState_prcTxB <= `LS_START_FIN;
        NextState_prcTxB <= `LS_START_FIN;
        //Drive the first JBit
        //Drive the first JBit
        next_USBWireWEn <= 1'b1;
        next_USBWireWEn <= 1'b1;
        next_USBWireData <= JBit;
        next_USBWireData <= JBit;
        next_USBWireCtrl <= `DRIVE;
        next_USBWireCtrl <= `DRIVE;
      end
      end
  endcase
  endcase
end
end
 
 
//----------------------------------
//----------------------------------
// Current State Logic (sequential)
// Current State Logic (sequential)
//----------------------------------
//----------------------------------
always @ (posedge clk)
always @ (posedge clk)
begin : prcTxB_CurrentState
begin : prcTxB_CurrentState
  if (rst)
  if (rst)
    CurrState_prcTxB <= `START_PTBY;
    CurrState_prcTxB <= `START_PTBY;
  else
  else
    CurrState_prcTxB <= NextState_prcTxB;
    CurrState_prcTxB <= NextState_prcTxB;
end
end
 
 
//----------------------------------
//----------------------------------
// Registered outputs logic
// Registered outputs logic
//----------------------------------
//----------------------------------
always @ (posedge clk)
always @ (posedge clk)
begin : prcTxB_RegOutput
begin : prcTxB_RegOutput
  if (rst)
  if (rst)
  begin
  begin
    i <= 4'h0;
    i <= 4'h0;
    TxByte <= 8'h00;
    TxByte <= 8'h00;
    TxByteCtrl <= 8'h00;
    TxByteCtrl <= 8'h00;
    TXLineState <= 2'b0;
    TXLineState <= 2'b0;
    TXOneCount <= 4'h0;
    TXOneCount <= 4'h0;
    TxByteFullSpeedRate <= 1'b0;
    TxByteFullSpeedRate <= 1'b0;
    processTxByteRdy <= 1'b0;
    processTxByteRdy <= 1'b0;
    USBWireData <= 2'b00;
    USBWireData <= 2'b00;
    USBWireCtrl <= `TRI_STATE;
    USBWireCtrl <= `TRI_STATE;
    USBWireReq <= 1'b0;
    USBWireReq <= 1'b0;
    USBWireWEn <= 1'b0;
    USBWireWEn <= 1'b0;
    USBWireFullSpeedRate <= 1'b0;
    USBWireFullSpeedRate <= 1'b0;
  end
  end
  else
  else
  begin
  begin
    i <= next_i;
    i <= next_i;
    TxByte <= next_TxByte;
    TxByte <= next_TxByte;
    TxByteCtrl <= next_TxByteCtrl;
    TxByteCtrl <= next_TxByteCtrl;
    TXLineState <= next_TXLineState;
    TXLineState <= next_TXLineState;
    TXOneCount <= next_TXOneCount;
    TXOneCount <= next_TXOneCount;
    TxByteFullSpeedRate <= next_TxByteFullSpeedRate;
    TxByteFullSpeedRate <= next_TxByteFullSpeedRate;
    processTxByteRdy <= next_processTxByteRdy;
    processTxByteRdy <= next_processTxByteRdy;
    USBWireData <= next_USBWireData;
    USBWireData <= next_USBWireData;
    USBWireCtrl <= next_USBWireCtrl;
    USBWireCtrl <= next_USBWireCtrl;
    USBWireReq <= next_USBWireReq;
    USBWireReq <= next_USBWireReq;
    USBWireWEn <= next_USBWireWEn;
    USBWireWEn <= next_USBWireWEn;
    USBWireFullSpeedRate <= next_USBWireFullSpeedRate;
    USBWireFullSpeedRate <= next_USBWireFullSpeedRate;
  end
  end
end
end
 
 
 
 

powered by: WebSVN 2.1.0

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