mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
fixed issue with include file
This commit is contained in:
parent
7f6bb8ebb4
commit
55d66013ae
3 changed files with 2 additions and 13 deletions
|
@ -25,17 +25,6 @@
|
|||
|
||||
package riscv_defines;
|
||||
|
||||
|
||||
|
||||
// no traces for synthesis, they are not synthesizable
|
||||
`ifndef SYNTHESIS
|
||||
`ifndef PULP_FPGA_EMUL
|
||||
`define TRACE_EXECUTION
|
||||
`endif
|
||||
//`define SIMCHECKER
|
||||
`endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////
|
||||
// ___ ____ _ //
|
||||
// / _ \ _ __ / ___|___ __| | ___ ___ //
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
// //
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
`include "include/riscv_config.sv"
|
||||
`include "riscv_config.sv"
|
||||
|
||||
import riscv_defines::*;
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
// //
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
`include "include/riscv_config.sv"
|
||||
`include "riscv_config.sv"
|
||||
|
||||
import riscv_defines::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue