Small code presentation improvements.
This commit is contained in:
parent
762e25adde
commit
c41bd36279
|
@ -31,7 +31,7 @@ from Hurricane import Net
|
||||||
import Viewer
|
import Viewer
|
||||||
from CRL import Catalog
|
from CRL import Catalog
|
||||||
from CRL import AllianceFramework
|
from CRL import AllianceFramework
|
||||||
from helpers.io import ErrorMessage
|
from helpers.io import ErrorMessage, trace
|
||||||
from plugins.alpha.core2chip.core2chip import CoreToChip as BaseCoreToChip
|
from plugins.alpha.core2chip.core2chip import CoreToChip as BaseCoreToChip
|
||||||
from plugins.alpha.core2chip.core2chip import IoNet
|
from plugins.alpha.core2chip.core2chip import IoNet
|
||||||
from plugins.alpha.core2chip.core2chip import IoPad
|
from plugins.alpha.core2chip.core2chip import IoPad
|
||||||
|
|
|
@ -14,9 +14,7 @@
|
||||||
// +-----------------------------------------------------------------+
|
// +-----------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
#ifndef KATANA_KATANA_ENGINE_H
|
#pragma once
|
||||||
#define KATANA_KATANA_ENGINE_H
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include "hurricane/Name.h"
|
#include "hurricane/Name.h"
|
||||||
|
@ -265,6 +263,3 @@ namespace Katana {
|
||||||
|
|
||||||
|
|
||||||
INSPECTOR_P_SUPPORT(Katana::KatanaEngine);
|
INSPECTOR_P_SUPPORT(Katana::KatanaEngine);
|
||||||
|
|
||||||
|
|
||||||
#endif // KATANA_KATANA_ENGINE_H
|
|
||||||
|
|
Loading…
Reference in New Issue