m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
306 stars 85 forks source link

cores: replace use of add_sources(), remove use of add_verilog_include_path() #99

Closed astro closed 4 years ago

astro commented 4 years ago

As proposed in migen #201 here's what needs to be done to remove add_sources() with an explicit list of files, which omitted files that are only referenced through include in Verilog.

In consequence, all files that are added through add_source_dir() occur in the output's top.tcl.

It also removes all verilog_include paths as the include directives only refer to files in the same source directory.