1
0
mirror of https://github.com/pConst/basic_verilog.git synced 2025-02-04 07:12:56 +08:00
basic_verilog/pacoblaze-2.2/pacoblaze/pacoblaze3_idu_xst.v

14 lines
234 B
Coq
Raw Normal View History

/** @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_