Closed ptpan closed 5 years ago
@yo96 Any other things you would like to have for black-parrot testing?
These look good to me. I think maybe we can organize all the flags read by import pass into an object called settings
(like hypothesis does) so that we can set flags like this:
s.import_settings = ImportSettings(
import = True,
src_path = '../queue.v',
flist_path = '../flist.verilator',
)
This way it may be easier to manage all these flags (I'm sure there will be a ton of flags as we make the import pass more flexible) and it also saves name space. Anyway the general goal is to make the import as seamless as possible!
@yo96 Can you please remind me of why we wanted a special parameter import_params
to the construction method of some placeholder to be imported?
To compute the type for some ports
Closed as #80 has been merged into master
To better support other Verilog/SystemVerilog-based projects that use Verilator for simulation, it would be nice to have the following features:
-f
option)73
rpath
during the actual C++ test bench compilation