mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-28 07:02:55 +08:00
14 lines
234 B
Coq
14 lines
234 B
Coq
|
/** @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_
|