olofk / fusesoc

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

Add core filename to output of `fusesoc core show`. #643

Closed shareefj closed 1 year ago

shareefj commented 1 year ago

This commit updates the output of fusesoc core show to add the filename of the core file itself. This change is required for tools such as the filelist Edalize backend as discussed in https://github.com/olofk/edalize/issues/25.

The output of fusesoc core show now looks like:

CORE INFO Name: vee:el:en:vee Description: Top bombing Core root: /root/path/to/core/file Core file: basename.core

olofk commented 1 year ago

Thanks. This is very useful. Picked and pushed!