1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-04 23:25:13 +00:00

Added project loader

This commit is contained in:
Miodrag Milanovic
2018-08-06 19:32:17 +02:00
parent 9510c444c9
commit fffaaa613f
11 changed files with 319 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ void Arch::setGroupDecal(GroupId group, DecalXY decalxy)
// ---------------------------------------------------------------
Arch::Arch(ArchArgs) : chipName("generic") {}
Arch::Arch(ArchArgs args) : chipName("generic"), args(args) {}
void IdString::initialize_arch(const BaseCtx *ctx) {}