mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-02-04 07:12:56 +08:00
19 lines
413 B
Verilog
19 lines
413 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\pacoblaze\pacoblaze.v"
|
|
|
|
`endif // PACOBLAZE3_V_
|