mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-02-04 07:12:56 +08:00
19 lines
413 B
Coq
19 lines
413 B
Coq
|
/** @file
|
||
|
PacoBlaze2 instantiation
|
||
|
*/
|
||
|
|
||
|
`ifndef PACOBLAZE2_V_
|
||
|
`define PACOBLAZE2_V_
|
||
|
|
||
|
`define PACOBLAZE2
|
||
|
`define PACOBLAZE pacoblaze2
|
||
|
`define PACOBLAZE_REGISTER pacoblaze2_register
|
||
|
`define PACOBLAZE_SCRATCH pacoblaze2_scratch
|
||
|
`define PACOBLAZE_STACK pacoblaze2_stack
|
||
|
`define PACOBLAZE_IDU pacoblaze2_idu
|
||
|
`define PACOBLAZE_ALU pacoblaze2_alu
|
||
|
|
||
|
`include "..\pacoblaze\pacoblaze\pacoblaze.v"
|
||
|
|
||
|
`endif // PACOBLAZE2_V_
|