Line 1... |
Line 1... |
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
//
|
//
|
// Filename: wbudeword.v
|
// Filename: wbudeword.v
|
//
|
//
|
// Project: XuLA2 board
|
// Project: FPGA library
|
//
|
//
|
// Purpose: Once a word has come from the bus, undergone compression, had
|
// Purpose: Once a word has come from the bus, undergone compression, had
|
// idle cycles and interrupts placed in it, this routine converts
|
// idle cycles and interrupts placed in it, this routine converts
|
// that word form a 36-bit single word into a series of 6-bit words
|
// that word form a 36-bit single word into a series of 6-bit words
|
// that can head to the output routine. Hence, it 'deword's the value:
|
// that can head to the output routine. Hence, it 'deword's the value:
|
Line 14... |
Line 14... |
// 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.
|