CIRCT 22.0.0git
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
esiaccel Namespace Reference

Namespaces

namespace  accelerator
 
namespace  codegen
 
namespace  types
 
namespace  utils
 

Functions

"AcceleratorConnection" connect (str platform, str connection_str)
 

Variables

list __all__
 

Function Documentation

◆ connect()

"AcceleratorConnection" esiaccel.connect ( str  platform,
str  connection_str 
)
Connect to an accelerator using the specified platform and connection
string.

Definition at line 26 of file __init__.py.

Referenced by esiaccel.codegen.run().

Variable Documentation

◆ __all__

list esiaccel.__all__
private
Initial value:
1= [
2 "AcceleratorConnection", "AppID", "Context", "LogLevel", "Type",
3 "BundleType", "ChannelType", "ArrayType", "StructType", "BitsType",
4 "UIntType", "SIntType"
5]

Definition at line 11 of file __init__.py.