#include "torc/physical/Design.hpp"
#include "torc/physical/Factory.hpp"
#include "ParsePrimitive.hpp"
#include "WritePrimitive.hpp"
#include <boost/smart_ptr.hpp>
#include <iostream>
#include <string>
Go to the source code of this file.
|
| | torc |
| | Implementation of class to encapsulate micro-bitstream library generation code.
|
| |
| | torc::physical |
| | Namespace for the Torc physical netlist, including the XDL importer, exporter, placer, router, unpacker, and packer.
|
| |
|
| const string | torc::physical::elementNames = "SRUSED REVUSED PRECYINIT DUSED CUSED COUTUSED CEUSED BUSED AUSED DCY0 CCY0 BCY0 ACY0 END" |
| |
| const string | torc::physical::extraMuxNames = "CY0G CY0F GYMUX DYMUX FXMUX DXMUX CYINIT DIG_MUX DIF_MUX XBMUX DOUTMUX COUTMUX BOUTMUX AOUTMUX DFFMUX CFFMUX BFFMUX AFFMUX ACY0 BCY0 CCY0 DCY0 PRECYINIT CDI1MUX BDI1MUX ADI1MUX WEMUX TMUX OMUX IDELMUX D2OBYP_SEL IFFDELMUX IFFMUX END" |
| |
| const string | torc::physical::extraInvNames = "CLKINV T1INV T2INV D1INV D2INV END" |
| |