mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
19 lines
390 B
Verilog
19 lines
390 B
Verilog
/** @file
|
|
PacoBlaze3 instantiation
|
|
*/
|
|
|
|
`ifndef PACOBLAZE3_V_
|
|
`define PACOBLAZE3_V_
|
|
|
|
`define PACOBLAZE3
|
|
`define PACOBLAZE pacoblaze3
|
|
`define PACOBLAZE_REGISTER pacoblaze3_register
|
|
`define PACOBLAZE_SCRATCH pacoblaze3_scratch
|
|
`define PACOBLAZE_STACK pacoblaze3_stack
|
|
`define PACOBLAZE_IDU pacoblaze3_idu
|
|
`define PACOBLAZE_ALU pacoblaze3_alu
|
|
|
|
`include "pacoblaze.v"
|
|
|
|
`endif // PACOBLAZE3_V_
|