Line 5... |
Line 5... |
// rtfColorROM.v
|
// rtfColorROM.v
|
// Color lookup ROM for TextController.
|
// Color lookup ROM for TextController.
|
// Converts a 5-bit color code to a 24 bit RGB value.
|
// Converts a 5-bit color code to a 24 bit RGB value.
|
//
|
//
|
//
|
//
|
// This source code is available for evaluation and validation purposes
|
// This source file is free software: you can redistribute it and/or modify
|
// only. This copyright statement and disclaimer must remain present in
|
// it under the terms of the GNU Lesser General Public License as published
|
// the file.
|
// by the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This source file is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
//
|
//
|
//
|
// You should have received a copy of the GNU General Public License
|
// NO WARRANTY.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// THIS Work, IS PROVIDEDED "AS IS" WITH NO WARRANTIES OF ANY KIND, WHETHER
|
|
// EXPRESS OR IMPLIED. The user must assume the entire risk of using the
|
|
// Work.
|
|
//
|
|
// IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
|
|
// INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES WHATSOEVER RELATING TO
|
|
// THE USE OF THIS WORK, OR YOUR RELATIONSHIP WITH THE AUTHOR.
|
|
//
|
|
// IN ADDITION, IN NO EVENT DOES THE AUTHOR AUTHORIZE YOU TO USE THE WORK
|
|
// IN APPLICATIONS OR SYSTEMS WHERE THE WORK'S FAILURE TO PERFORM CAN
|
|
// REASONABLY BE EXPECTED TO RESULT IN A SIGNIFICANT PHYSICAL INJURY, OR IN
|
|
// LOSS OF LIFE. ANY SUCH USE BY YOU IS ENTIRELY AT YOUR OWN RISK, AND YOU
|
|
// AGREE TO HOLD THE AUTHOR AND CONTRIBUTORS HARMLESS FROM ANY CLAIMS OR
|
|
// LOSSES RELATING TO SUCH UNAUTHORIZED USE.
|
|
//
|
|
//
|
|
// Webpack 9.1i xc3s1000-4ft256
|
|
// LUTs / slices / MHz
|
|
// block rams
|
|
//
|
//
|
// ============================================================================
|
// ============================================================================
|
|
|
|
|
// TC64 color codes
|
// TC64 color codes
|