litex icon indicating copy to clipboard operation
litex copied to clipboard

Build your hardware, easily!

Results 330 litex issues
Sort by recently updated
recently updated
newest added

Hi Everyone, I am trying to build microwatt for the Radiona ULX3S. I run into an error during Yosys execution. Mind you, it works fine on my Basys3 board with...

Hello, I'm using the platform orangecrab and I've built a SoC using litex. I'm taking advantage of orangecrab's external SDRAM and thus I'm not using integrated main ram ([integrated_main_ram_size](https://github.com/enjoy-digital/litex/blob/85d6cb4b8df98730bd83b412dff6108df188bbb4/litex/soc/integration/soc_core.py#L88) =...

question

CVA6 support requires a couple of files: https://github.com/enjoy-digital/litex/blob/master/litex/soc/cores/cpu/cva6/core.py#L156 An attempt to run `litex_sim --cpu-type=cva6` reports Flist.cv64a6_imafdc_sv39 as missing - this is easy to fix by prefixing its path with `core/`...

question

Add the possibility to have more than one interface for core communication.

I think the problem mentioned in the PR #1294 and regarding the need to press a key to let the simulation run relates to this 1. the core executes `uart_sync()`,...

Hello, I am trying to integrate the following frequency divider into my system. The FPGA is an ECP5N lattice. self.clock_domains.cd_dclk = ClockDomain() self.specials += [ Instance("PCSCLKDIV", i_CLKI = ClockSignal("transfer"), i_RST...

question

When yosys is called with DSP enabled for xilinx target, nextpnr-xilinx gives this error: `ERROR: Clocked DSP48E1s are currently unsupported` Solution: add -nodsp option in https://github.com/enjoy-digital/litex/blob/master/litex/build/xilinx/yosys_nextpnr.py#L166 `'yosys -p "synth_xilinx -flatten...

enhancement

When using nextpnr+xilinx, ODDR instances for VideoGenericPHY keeps being generated even when SDROutput is requested a temporary solution found was to replace the SDROutput with direct assignment (in https://github.com/enjoy-digital/litex/blob/master/litex/soc/cores/video.py#L700) ```...

enhancement
question

Hi, I'm working with litex for my current project and I've reached a stage that requires something that I'm not sure is supported or not. The board I'm working with...

question

Hello @enjoy-digital, I have tried before using the function clock() (which is a built in function in C libraries) it gives me `undefined reference to clock()` also, I have tried...

question