Merge pull request #1042 from yrabbit/add-z1
gowin: add support for a more common chip
This commit is contained in:
commit
c8406b71fe
@ -1018,7 +1018,7 @@ static void pack_plls(Context *ctx)
|
||||
|
||||
switch (ci->type.hash()) {
|
||||
case ID_rPLL: {
|
||||
if (parm_device == "GW1N-1") {
|
||||
if (parm_device == "GW1N-1" || parm_device == "GW1NZ-1") {
|
||||
// B half
|
||||
std::unique_ptr<CellInfo> cell = create_generic_cell(ctx, id_RPLLB, ci->name.str(ctx) + "$rpllb");
|
||||
reconnect_rpllb(ctx, ci, cell.get());
|
||||
|
Loading…
Reference in New Issue
Block a user