.editor_defines 385 Bytes
Newer Older
1 2
// This file may be used to define same pre-processor macros to be included into each parsed file opened in the editor
// `define IVERILOG 1 // if IVERILOG is defined, editor will use simulator's "point of view", if not that of synthesis.
3
 `define COCOTB 1 // if IVERILOG is defined, editor will use simulator's "point of view", if not that of synthesis.
4
`include "system_defines.vh"
5