nextpnr/himbaechel/uarch/gowin/pack.h
YRabbit c9b23a01db gowin: Himbaechel. Add ALU.
- Added support for ALU running in "2" ADDSUB mode, the mode that yosys generates for gowin;
- Supports specifying an arbitrary input carry as well as passing the output carry to logic;
- A small restructuring of the source files.

Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
2023-08-31 08:28:09 +02:00

13 lines
152 B
C

#ifndef GOWIN_PACK_H
#define GOWIN_PACK_H
#include "nextpnr.h"
NEXTPNR_NAMESPACE_BEGIN
void gowin_pack(Context *ctx);
NEXTPNR_NAMESPACE_END
#endif