mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-01-14 06:42:54 +08:00
19 lines
390 B
Verilog
19 lines
390 B
Verilog
/** @file
|
|
PacoBlaze1 instantiation
|
|
*/
|
|
|
|
`ifndef PACOBLAZE1_V_
|
|
`define PACOBLAZE1_V_
|
|
|
|
`define PACOBLAZE1
|
|
`define PACOBLAZE pacoblaze1
|
|
`define PACOBLAZE_REGISTER pacoblaze1_register
|
|
`define PACOBLAZE_SCRATCH pacoblaze1_scratch
|
|
`define PACOBLAZE_STACK pacoblaze1_stack
|
|
`define PACOBLAZE_IDU pacoblaze1_idu
|
|
`define PACOBLAZE_ALU pacoblaze1_alu
|
|
|
|
`include "pacoblaze.v"
|
|
|
|
`endif // PACOBLAZE1_V_
|