mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
14 lines
234 B
Verilog
14 lines
234 B
Verilog
/** @file
|
|
PacoBlaze1 IDU instantiation
|
|
*/
|
|
|
|
`ifndef PACOBLAZE1_IDU_V_
|
|
`define PACOBLAZE1_IDU_V_
|
|
|
|
`define PACOBLAZE1
|
|
`define PACOBLAZE_IDU pacoblaze1_idu
|
|
|
|
`include "..\pacoblaze\pacoblaze\pacoblaze_idu.v"
|
|
|
|
`endif // PACOBLAZE1_IDU_V_
|