Zapta

Results 308 comments of Zapta

Here is another file that fails ``` module pll (clkout, lock, clkin); output clkout; output lock; input clkin; wire clkoutp_o; wire clkoutd_o; wire clkoutd3_o; wire gw_gnd; assign gw_gnd = 1'b0;...

Looking at ``~/.apio/packages/tools-oss-cad-suite/bin``, apio already install this binary ``nextpnr-machxo2``. If this architecture we want to support need to add a new SConstruct file.

@Obijuan, this is classified as a 'board request'. You can create a new category for 'architecture request', which is obviously more involved.

@woolseyj, apio is base on yosys, nextpnr and the other open sources tools. Do they support System Verilog? If not, I suggest to file this feature request yes. If yes,...

@gmsanchez, the dev version of Apio installs all the files from the yosys oss package but I still get the same error as you. The yosys hq version we use...

Tracks. I will give it a try. On Tue, Dec 10, 2024 at 10:57 AM Guido Sanchez ***@***.***> wrote: > @zapta thanks for the quick response. I was > able...

I was able to reproduce your success with the oss 2024-12-10 version. We will upgrade the dev oss package to 2024-12-10 and will go from there. On Tue, Dec 10,...

@gmsanchez, I sent a PR for the new apio's dev oss-cad-suite package using the latest yosysHQ's package. Also tried it with a local new package, took apio build commands and...

Do you use apio prod or dev? If you want to use dev it is relatively easy. Get a copy of the apio repository (via zip download or git clone)...

Thanks @gmsanchez. that's good news. I am working now on a large change that touch numerous files so will add this change (with tests, etc) after that. Can you send...