⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inc.h

📁 这是8位微处理器的Verilog源代码
💻 H
字号:

//
// CLOCK DIVIDER
// 
// UNcomment the below to use a 
// clock divider.  This will allow a much
// faster external clock to be used and still
// slow down the internal core frequency.
// USE the paramter N in PC.V to adjust the
// frequency.  Minimum N is 3.
// COMMNET the below to use the external clock 
// directly as is.  Note that the core will 
// always run at 1/4 the external clock.
//
// `define use_clock_divider


//
//  DEBUG SIGNALS
//
//  UNcomment the below to activate the
//  test bus for observability during debug
//
// `define show_debug_pins

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -