mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 08:42:46 +02:00
Add --debugi-<srcfile> option.
This commit is contained in:
+6
-2
@@ -43,11 +43,15 @@ protected:
|
||||
static V3PreShellImp s_preImp;
|
||||
static V3PreProc* s_preprocp;
|
||||
|
||||
//int debug() { return 9; }
|
||||
|
||||
//---------------------------------------
|
||||
// METHODS
|
||||
|
||||
static int debug() {
|
||||
static int level = -1;
|
||||
if (VL_UNLIKELY(level < 0)) level = v3Global.opt.debugSrcLevel(__FILE__);
|
||||
return level;
|
||||
}
|
||||
|
||||
void boot(char** env) {
|
||||
// Create the implementation pointer
|
||||
if (env) {}
|
||||
|
||||
Reference in New Issue
Block a user