mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-02-04 07:12:56 +08:00
14 lines
234 B
Verilog
14 lines
234 B
Verilog
/** @file
|
|
PacoBlaze3 IDU instantiation
|
|
*/
|
|
|
|
`ifndef PACOBLAZE3_IDU_V_
|
|
`define PACOBLAZE3_IDU_V_
|
|
|
|
`define PACOBLAZE3
|
|
`define PACOBLAZE_IDU pacoblaze3_idu
|
|
|
|
`include "..\pacoblaze\pacoblaze\pacoblaze_idu.v"
|
|
|
|
`endif // PACOBLAZE3_IDU_V_
|