risc8_parameters.v
来自「这是一篇关于8位RISC CPU设计的文章」· Verilog 代码 · 共 23 行
V
23 行
//-----------------------------------------------------------------------------
// (C) COPYRIGHT 2000 S.Aravindhan
//
// This program is free software; you can redistribute it and/or
// modify it provided this header is preserved on all copies.
// This program 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.
//
// Author : S.Aravindhan
// File : risc8_parameters.v
// Abstract : Parameter File
//
// History:
// ============================================================================
// 02/06/2000 arvind 1.0 Initial Release
// ============================================================================
// When this parameter is set to "1", 33 latches are added in the alu data path
// (Adder/Logic unit) to reduce switching activity so as to save dynamic power.
`define ADD_ALU_LATCHES 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?