summaryrefslogtreecommitdiff
path: root/rtl/core/uarch.sv
blob: a08ddef9c489c088bdca70e9433654aa94909601 (plain)
1
2
3
4
5
6
7
`ifndef CORE_UARCH_SV
`define CORE_UARCH_SV

// Decodifica como andeq r0, r0, r0
`define NOP 32'd0

`endif