Bender.yml: Move generated include dir into source group#304
Bender.yml: Move generated include dir into source group#304colluca merged 1 commit intopulp-platform:mainfrom
Conversation
0735ac6 to
7b9e3b2
Compare
7b9e3b2 to
e62c969
Compare
|
Actually, it seems I rushed a bit too much with this one (should've gone through develop). Compilation with QuestaSim breaks. Works with Verilator for some reason, which is why it wasn't catched in the Github CI. The problem is that As a matter of fact, now that I come to think about it better, I don't even think we need the I'm temporarily reverting this change, but we can readdress this in a separate PR. |
Fixes a bender warning for non-existent include dirs. In my opinion
hw/generatedshould not be a exported include dir, sincesnitch_cluster_wrapperis either generated insnitch_clusteritself behind a target (where I also added the include dir now), or it is generated externally (see picobello), where the include dirs anyway have to be specified manually.