Line 1... |
Line 1... |
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
//
|
//
|
// Filename: wbuoutput.v
|
// Filename: wbuoutput.v
|
//
|
//
|
// Project: XuLA2 board
|
// Project: FPGA library
|
//
|
//
|
// Purpose: Converts 36-bit codewords into bytes to be placed on the serial
|
// Purpose: Converts 36-bit codewords into bytes to be placed on the serial
|
// output port. The codewords themselves are the results of bus
|
// output port. The codewords themselves are the results of bus
|
// transactions, which are then (hopefully) compressed within here and
|
// transactions, which are then (hopefully) compressed within here and
|
// carefully arranged into "lines" for visual viewing (if necessary).
|
// carefully arranged into "lines" for visual viewing (if necessary).
|
Line 13... |
Line 13... |
// 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.
|