olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.14k stars 235 forks source link

Tool documentation went missing #657

Closed ttsmit closed 5 months ago

ttsmit commented 6 months ago

Eighter I am unable to search the web properly, or the trusted CAPI2 documentation went missing from the Read The Docs. Apart from the pattern properties, the extensive list of available tools and their options is gone.

olofk commented 6 months ago

No, you are right. The main reason is that this information depends on what version of Edalize you are using,so when the FuseSoC docs are generated, we pick up whatever version of Edalize that is available at that point in time. We keep this information in Edalize now, here for the old tool API and here for the new Flow API. I will make sure that there are better pointers to redirect here from the FuseSoC docs

ttsmit commented 6 months ago

That makes sense. Thank you!

olofk commented 5 months ago

I added some pointers in the CAPI2 docs now https://fusesoc.readthedocs.io/en/latest/ref/capi2.html Couldn't figure out how to make real links though, but I'm sure someone smarter than me can solve that :)