fjullien
fjullien
This is related to https://github.com/enjoy-digital/litex/pull/1336
I just greped the sources for pico_frame_copy and found other potential issues. For example: https://github.com/tass-belgium/picotcp/blob/master/modules/pico_arp.c#L228 https://github.com/tass-belgium/picotcp/blob/master/modules/pico_ipv6_nd.c#L952 .... Another example: pico_socket_sendto_destination can return NULL. However, it is not tested here: https://github.com/tass-belgium/picotcp/blob/master/stack/pico_socket.c#L1337...
Ok, it was a wild guess since I was using this configuration and it was a complete mess. Then I change one of the two ports and everything worked much...
@marrog86 Did you find a good way to correctly to switch from one decoder to another at runtime ?
We already use something like you described to "dynamically inserted into the list without having to modify the BIOS source." That's how commands are added: https://github.com/enjoy-digital/litex/blob/master/litex/soc/software/bios/command.h#L35-L43 This is here the...
If we add this in the code base, it means we will depend on C++ if we want to use this functionality (I know we don't use it _now_ so...
Oh, you mean we can use __ attribute __((constructor, priority)) with C. I thought it was C++ only.
Hi, Are your patches fix the problem ? If not, I could take a look. It's been a very long time I didn't work on this ! Franck.
I don't think I changed any setting and I didn't modified anything by hand. However, last time I used orcad to generate a RNIF netlist to be converted was ten...
I generated a RNIF netlist and it has spaces before refdes: ``` .ADD_TER R715 1 "ENABLE_PFC#" .TER R716 2 .ADD_TER C406 1 "FB" .TER U401 4 R406 2 R408 1...