-
Hello!
Is it possible use APIO with project that didn't organized as a single directory?
I'd like have directory list, where my verilog files placed and run apio build for it.
BTW, thank you f…
-
I would like to use icestudio in class e.g. to demonstrate the simulation of logic gates. Ultimatively I would like to create logic tables with the students.
I found following two descriptions but …
-
There are a number of other projects to distribute tooling;
* Conda - used by LiteX-BuildEnv - https://github.com/timvideos/conda-hdmi2usb-packages
* Apio - used by icestudio - https://github.com/…
-
https://blog.trisolaris.top/thupc2019-cts2019-apio2019/
Before(5.4 ~ 5.10) 退役以后情绪就一直很低落...晚上还…
-
We are looking to work with the ShastaPlus (sku CAS-1111) board called the WEB FPGA.
The webpage for the board can be found here: https://book.webfpga.io/
![image](https://github.com/FPGAwars/apio…
-
The following lines of code cause the system to not build. The verification works.
>function integer log2;
>input integer v;
>begin
>log2=0;
>while(v>>log2) begin
>log2=log2+1;
>end end
>e…
-
Hi!
I am trying out apio to see if it works on the raspberry pi zero with the icezero
https://blackmesalabs.wordpress.com/2017/02/07/icezero-fpga-board-for-rasppi/
https://shop.trenz-electro…
-
Please create new release files for the apio 'examples' package. I need a latest version with pr https://github.com/FPGAwars/apio-examples/pull/26 for an integration test.
With the current prod r…
-
# APIO/NOI 2020 断网记 - ouuan的博客
为什么周围都是热点,而我却只有 2G(x
[https://ouuan.github.io/post/apio-noi-2020/](https://ouuan.github.io/post/apio-noi-2020/)
-
Hello Michael,
many thanks for the romulator 6502. it really is a great tool.
I have a problem with creating my own custom firmware. The "make program" process is always aborted with an error me…