olofk / fusesoc_vunit_demo

Demo project for FuseSoC + VUnit integration
2 stars 1 forks source link

Missing .vhd files #1

Closed kraigher closed 8 years ago

kraigher commented 8 years ago

I cannot find the .vhd files just the .core files. Forgot to check them in?

olofk commented 8 years ago

No, this is a not a bug, but a feature of FuseSoC. :)

.core files can be placed either in the same directory as the source files (local cores) or you can have a section called [provider] that instructs FuseSoC where to find them. When you run FuseSoC it will download these cores to a local cache. This has several benefits. It makes it easier to create a large library of cores from different places without having to make copies of all the code. It also avoids having to change anything in external code repositories

kraigher commented 8 years ago

Ok I see.