1
0
mirror of https://github.com/pConst/basic_verilog.git synced 2025-01-28 07:02:55 +08:00
basic_verilog/pacoblaze-2.2/pacoblaze/pacoblaze2_idu_xst.v

14 lines
234 B
Coq
Raw Normal View History

/** @file
PacoBlaze2 IDU instantiation
*/
`ifndef PACOBLAZE2_IDU_V_
`define PACOBLAZE2_IDU_V_
`define PACOBLAZE2
`define PACOBLAZE_IDU pacoblaze2_idu
`include "..\pacoblaze\pacoblaze\pacoblaze_idu.v"
`endif // PACOBLAZE2_IDU_V_