<_florent_>
so I would recommend testing on a larger FPGA first
<cr1901_modern>
_florent_: Okay, thanks for testing. Could you give me your commit hash for litex as well as _any_ diffs you applied to pythondata-cpu-microwatt?
<cr1901_modern>
Also, I'm afraid I don't have any FOSS FPGA that's bigger LOL. Noted that microwatt is rather large
<cr1901_modern>
_florent_: Oh wait... I tested --cpu-variant=standard+ghdl+irq
<cr1901_modern>
That's was the variant that was failing an assert
<_florent_>
cr1901_modern: yes, I also have the assertion failure with it, I'm currently looking at this
<cr1901_modern>
Awesome, tyvm
<cr1901_modern>
I'm going to pull and test your command line immediately
<_florent_>
cr1901_modern: moving the BIOS to SPI Flash (as done on Fomu/Icebreaker) could help for this.
<cr1901_modern>
Sure... but I'm still surprised
<nickoe>
_florent_: Can I run a simulation of my entire soc? I see yhe antmicro blog about it using renode for the cpu emulation amd verlator for som modules, but I am not sure how to set this up properly. Can I use lxsim entirely?
Melkhior has joined #litex
futarisIRCcloud has joined #litex
<_florent_>
nickoe: litex_sim is indeed a simulaton of a LiteX SoC. The default is something basic (CPU + ROM + SRAM + UART), but you can also enable Ethernet/SDRAM
<nickoe>
shoragan: It just works.. :D I think it is mmapped
<nickoe>
or can
<nickoe>
or maybe I misunderstood you
<nickoe>
mmm
<shoragan>
nickoe, thanks, then i found the right part in the soc integration :)
<nickoe>
:)
<nickoe>
_florent_: How do I specify the simulation to run my target?
keesj has quit [Ping timeout: 246 seconds]
<nickoe>
_florent_: by the way, I did successfully make the linux-on-litex-vescrisv boot the simulation. It appears to run on one core only (on the host) is that expected?
mikeK_de1soc has quit [Quit: Connection closed]
<nickoe>
mm, trying to follow the example and make a sim.py, but it keeps complaining that for example: TypeError: litex.soc.integration.soc_core.SoCCore.__init__() got multiple values for keyword argument 'with_uart'
<nickoe>
I can't see where it comes from in the first place