Fletchgen
The Fletcher Design Generator
|
Holds bus dimensions and function, without instantiating Cerata nodes. More...
#include <bus.h>
Public Member Functions | |
BusSpec ()=default | |
Default BusSpec constructor. | |
BusSpec (const BusSpecParams ¶ms) | |
BusSpec constructor. | |
std::string | ToName () const |
Return a shorter somewhat human-readable name, can be used for comparisons. | |
Public Attributes | |
BusDim | dim |
Bus dimensions. | |
BusFunction | func = BusFunction::READ |
Bus function. | |
Holds bus dimensions and function, without instantiating Cerata nodes.