mirror of
https://github.com/pConst/basic_verilog.git
synced 2025-02-04 07:12:56 +08:00
19 lines
401 B
Coq
19 lines
401 B
Coq
|
/** @file
|
||
|
PACOBLAZE3M instantiation
|
||
|
*/
|
||
|
|
||
|
`ifndef PACOBLAZE3M_V_
|
||
|
`define PACOBLAZE3M_V_
|
||
|
|
||
|
`define PACOBLAZE3M
|
||
|
`define PACOBLAZE pacoblaze3m
|
||
|
`define PACOBLAZE_REGISTER pacoblaze3m_register
|
||
|
`define PACOBLAZE_SCRATCH pacoblaze3m_scratch
|
||
|
`define PACOBLAZE_STACK pacoblaze3m_stack
|
||
|
`define PACOBLAZE_IDU pacoblaze3m_idu
|
||
|
`define PACOBLAZE_ALU pacoblaze3m_alu
|
||
|
|
||
|
`include "pacoblaze.v"
|
||
|
|
||
|
`endif // PACOBLAZE3M_V_
|