vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

Please install includes into include/cascade, not src/cascade #210

Closed yurivict closed 4 years ago

eschkufz commented 4 years ago

Works for me. I couldn't figure out what the convention was for headers with inlined source. I read the filesystem hierarchy standard, and it seemed like there was an argument to be made for src/, but it looks like in practice, no one really does this.

yurivict commented 4 years ago

Virtually every project installs headers under include/.

eschkufz commented 4 years ago

Indeed.