mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
19 lines
413 B
Verilog
19 lines
413 B
Verilog
/** @file
|
|
PacoBlaze2 instantiation
|
|
*/
|
|
|
|
`ifndef PACOBLAZE2_V_
|
|
`define PACOBLAZE2_V_
|
|
|
|
`define PACOBLAZE2
|
|
`define PACOBLAZE pacoblaze2
|
|
`define PACOBLAZE_REGISTER pacoblaze2_register
|
|
`define PACOBLAZE_SCRATCH pacoblaze2_scratch
|
|
`define PACOBLAZE_STACK pacoblaze2_stack
|
|
`define PACOBLAZE_IDU pacoblaze2_idu
|
|
`define PACOBLAZE_ALU pacoblaze2_alu
|
|
|
|
`include "..\pacoblaze\pacoblaze\pacoblaze.v"
|
|
|
|
`endif // PACOBLAZE2_V_
|