Line 1... |
Line 1... |
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
//
|
//
|
// Filename: wbureadcw.v
|
// Filename: wbureadcw.v
|
//
|
//
|
// Project: XuLA2 board
|
// Project: FPGA library
|
//
|
//
|
// Purpose: Read bytes from a serial port (i.e. the jtagser) and translate
|
// Purpose: Read bytes from a serial port (i.e. the jtagser) and translate
|
// those bytes into a 6-byte codeword. This codeword may specify
|
// those bytes into a 6-byte codeword. This codeword may specify
|
// a number of values to be read, the value to be written, or an address
|
// a number of values to be read, the value to be written, or an address
|
// to read/write from, or perhaps the end of a write sequence.
|
// to read/write from, or perhaps the end of a write sequence.
|
Line 15... |
Line 15... |
// Creator: Dan Gisselquist, Ph.D.
|
// Creator: Dan Gisselquist, Ph.D.
|
// Gisselquist Technology, LLC
|
// Gisselquist Technology, LLC
|
//
|
//
|
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
//
|
//
|
// Copyright (C) 2015, Gisselquist Technology, LLC
|
// Copyright (C) 2015-2016, Gisselquist Technology, LLC
|
//
|
//
|
// This program is free software (firmware): you can redistribute it and/or
|
// This program is free software (firmware): you can redistribute it and/or
|
// modify it under the terms of the GNU General Public License as published
|
// modify it under the terms of the GNU General Public License as published
|
// by the Free Software Foundation, either version 3 of the License, or (at
|
// by the Free Software Foundation, either version 3 of the License, or (at
|
// your option) any later version.
|
// your option) any later version.
|