clash-compiler icon indicating copy to clipboard operation
clash-compiler copied to clipboard

Refactor BuildSpecific to pass in the full qualified name

Open vmchale opened this issue 3 years ago • 0 comments

Right now, the test suite takes e.g. PortProductsSum_testBench as an argument to BuildSpecific. That makes it needlessly complicated to find the clash-manifest.json for a particular entity (here, verilog/PortProductsSum.topEntity/clash-manifest.json).

We should pass in the full qualified name in BuildSpecific so that we can adroitly simulate with Vivado.

vmchale avatar Jul 03 '22 18:07 vmchale