mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
19 lines
401 B
Verilog
19 lines
401 B
Verilog
/** @file
|
|
PACOBLAZE3M instantiation
|
|
*/
|
|
|
|
`ifndef PACOBLAZE3M_V_
|
|
`define PACOBLAZE3M_V_
|
|
|
|
`define PACOBLAZE3M
|
|
`define PACOBLAZE pacoblaze3m
|
|
`define PACOBLAZE_REGISTER pacoblaze3m_register
|
|
`define PACOBLAZE_SCRATCH pacoblaze3m_scratch
|
|
`define PACOBLAZE_STACK pacoblaze3m_stack
|
|
`define PACOBLAZE_IDU pacoblaze3m_idu
|
|
`define PACOBLAZE_ALU pacoblaze3m_alu
|
|
|
|
`include "pacoblaze.v"
|
|
|
|
`endif // PACOBLAZE3M_V_
|