-
I'd just like to report success in programming a QMTECH Cyclone IV EP4CE15 starter kit board.
Although not listed in the board or FPGA lists, it just worked:
`./openFPGALoader -v -v -c usb-blast…
-
```
$ openFPGALoader -c usb-blaster --write-sram build/qmtech_5cefa2/gateware/qmtech_5cefa2.sof
write to ram
Can't program SPI flash: missing device-package information
Fail to load bridge
```
A…
-
Hey guys,
when adding multiple vlog defines in the parameters section like [here](https://github.com/lowRISC/opentitan/blob/0a5e0cabbb0931aa9ceb0c662fb218fbfa6d75e1/hw/top_earlgrey/ip/ast/ast.core#…
-
@jrrk2 @unbtorsten , PicoSOC works!
I used only IOs on bank14 and it works!
https://twitter.com/hansfbaier/status/1490804604451573760
-
Hi, All
I had a FPGA board, the chip is Xilinx XC7A100T. The URL is https://github.com/ChinaQMTECH/QM_XC7A100T_WUKONG_BOARD. the board could be found in the following sites.
https://www.aliexpress…
-
Hi,
I would like to try Linux with DE2-115 board and had made a change like
```patch
diff --git a/make.py b/make.py
index 339e664..625bc6e 100755
--- a/make.py
+++ b/make.py
@@ -487,6 +487,24 @…
lapnd updated
2 years ago
-
I think the build process could be simplified by using git submodules:
1. sudo apt install libftdi1-dev libudev-dev git cmake build-essential tclsh clang tcl-dev libreadline-dev flex bison python3-…
-
Clicking "Shift DR" causes an error with:
`Traceback (most recent call last):
File "/home/klingler/develop/jtagGUI/Panels/LeftPanel.py", line 154, in shiftDR
self.mainW.shiftDR(event)
Fi…
-
Hi,
The project which I test is mnv2_first. the build command is as following.
source /opt/Xilinx/Vivado/2020.1/settings64.sh
make V=1 \
PLATFORM=common_soc \
TARGET=qmtech_wukong \
USE_VIV…
-
Hi:
right now, I'm trying to add some framebuffer utility functions to help me to show some information on framebuffer via qmtech wukong board's hdmi output.
I met a problem which is about image…