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/pacoblaze1_idu_xst.v

14 lines
234 B
Coq
Raw Normal View History

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