Henry Dang

Results 11 issues of Henry Dang

Hello enjoy-digital, I'd like to build ft601.py with Lattice's LFE5UM5G-85F device, but I could not find the equivalent ODDR primitive. There are some Xilinx dependencies in the source code: ```...

Hello Boufallo experts, It would be great if there is a TWT example for WIFI sta, I'd like to evaluate the Sipeed M0S module in low power mode. Thanks in...

Hello, Thanks for contributing very nice stuff. For me, it only works under shell path instead for example: ``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Classes\Directory\shell\msys2] @="MSYS2 Bash Here" "Icon"="\"C:\\msys64\\msys2.ico\"" [HKEY_LOCAL_MACHINE\Software\Classes\Directory\shell\msys2\command]...

Hello enjoy-digital, I've tried to integrate a simple SoC to test serwb like below: First, defined serwb memory map: ```python mem_map = {**soc_cls.mem_map, **{ "ethmac": 0xb0000000, "spiflash": 0xd0000000, "serwb": 0x30000000,...

bug?
question

Hello, When I trying to simulate the FSM behavior then I found the below issue: In my code: ``` fsm.act("STATE_1", If(self.trigger_2, NextState("STATE_2"), ) ) # Delay 4 clock circles when...

Hello, I've tried to increase the sys_clk frequency for the ice40_up5k_b_evn board as below: class _CRG(Module): def __init__(self, platform): clk12 = platform.request("clk12") self.clock_domains.cd_sys = ClockDomain() self.reset = Signal() # FIXME:...

Hi @danngreen, You know, vs code is a practical and lightweight IDE so I'd like to introduce how to add vs code IDE and how to configure the OpenOCD gdb...

Hi, Thanks for sharing the source code. I've tried with the display D310T9362V1 and it didn't work at the first time. u-boot [patch file](https://github.com/YuzukiHD/Yuzukilizard/blob/master/Software/BSP/patch/u-boot/0001-add-d310t9362v1-panel-driver-for-uboot.patch) missed configuration in Kconfig below: ```...

Hello, Would you please share the 2.9 inches module schematic, driver chip spec and the example code?

Hello, I've tried to build bsp of stm32f429-st-disco and got the below error message: ` stm32f429-st-disco % scons scons: Reading SConscript files ... TypeError: can only concatenate deque (not "list")...

good first issue